Skip to content

Instantly share code, notes, and snippets.

View mikima's full-sized avatar

Michele Mauri mikima

View GitHub Profile
@mikima
mikima / .block
Created June 11, 2018 11:44 — forked from piwodlaiwo/.block
D3v4 World Map with MapBox Tiles
license: mit
@mikima
mikima / README.md
Last active June 11, 2018 14:35 — forked from enjalot/README.md
Mapbox-gl 0.45 + d3 5.x // SVG overlay + force layout
@mikima
mikima / .block
Created November 29, 2018 09:11 — forked from tomshanley/.block
Sankey with circular link and animated dashes
license: mit
height: 800
@mikima
mikima / .gitignore
Last active November 25, 2019 15:50
images-disposition
imgs/*
@mikima
mikima / cities.csv
Last active March 26, 2020 16:40
Vega - radial tree
Continent Country City Population
Asia China Shanghai 24256800
Asia Pakistan Karachi 23500000
Asia China Beijing 21516000
Asia India Delhi 16787941
Asia China Tianjin 15200000
Asia Japan Tokyo 13513734
Asia China Guangzhou 13080500
Asia India Mumbai 12442373
Asia China Shenzhen 10467400
@mikima
mikima / visualization.vg.json
Created May 11, 2020 08:08
vega-stream-example
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"description": "A basic stacked area chart example.",
"width": 500,
"height": 200,
"padding": 5,
"data": [
{
"name": "table",
"format": {