Newer
Older
{
"$schema": "https://vega.github.io/schema/vega-lite/v2.json",
"config": {"background":"#ffffff"},
"data": {"url": "data/complaints.csv", "format": {"type": "csv"}},
"mark": "line",
"encoding": {
"x": {
"timeUnit": "yearmonth", "field": "Date received", "type": "temporal",
"axis": {"title": "Date Received"}
},
"y": { "aggregate": "count", "type": "quantitative"},