GitHub Dashboard.
Demo of a concept.
{
"data":{
"url": "data/pepy/downloads.csv",
"format": {
"type": "csv"
}
},
"transform": [{
"filter": {"field": "pkg", "equal": "scikit-lego"}
}],
"mark": {"type": "line", "tooltip": true, "interpolate": "step-after"},
"encoding": {
"x": {"field": "date", "type": "temporal"},
"y": {"field": "downloads", "type": "quantitative"}
},
"width": "container",
"height": "container",
"title": "scikit-lego downloads"
}
{
"data":{
"url": "data/pepy/downloads.csv",
"format": {
"type": "csv"
}
},
"transform": [{
"filter": {"field": "pkg", "equal": "human-learn"}
}],
"mark": {"type": "line", "tooltip": true, "interpolate": "step-after"},
"encoding": {
"x": {"field": "date", "type": "temporal"},
"y": {"field": "downloads", "type": "quantitative"}
},
"width": "container",
"height": "container",
"title": "human-learn downloads"
}
{
"data":{
"url": "data/pepy/downloads.csv",
"format": {
"type": "csv"
}
},
"transform": [{
"filter": {"field": "pkg", "equal": "clumper"}
}],
"mark": {"type": "line", "tooltip": true, "interpolate": "step-after"},
"encoding": {
"x": {"field": "date", "type": "temporal"},
"y": {"field": "downloads", "type": "quantitative"}
},
"width": "container",
"height": "container",
"title": "clumper downloads"
}
{
"data":{
"url": "data/pepy/downloads.csv",
"format": {
"type": "csv"
}
},
"transform": [{
"filter": {"field": "pkg", "equal": "whatlies"}
}],
"mark": {"type": "line", "tooltip": true, "interpolate": "step-after"},
"encoding": {
"x": {"field": "date", "type": "temporal"},
"y": {"field": "downloads", "type": "quantitative"}
},
"width": "container",
"height": "container",
"title": "whatlies downloads"
}