hvega-0.5.0.0: tests/specs/gallery/area/area1.vl
{
"height": 200,
"mark": "area",
"data": {
"url": "https://vega.github.io/vega-lite/data/unemployment-across-industries.json"
},
"width": 300,
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"encoding": {
"x": {
"field": "date",
"timeUnit": "yearmonth",
"type": "temporal",
"axis": {
"format": "%Y"
}
},
"y": {
"field": "count",
"aggregate": "sum",
"type": "quantitative",
"axis": {
"title": "Count"
}
}
},
"description": "Unemployment over time (area chart)"
}