hvega-0.5.0.0: tests/specs/gallery/area/area3.vl
{
"mark": "area",
"data": {
"url": "https://vega.github.io/vega-lite/data/unemployment-across-industries.json"
},
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"encoding": {
"color": {
"field": "series",
"scale": {
"scheme": "category20b"
},
"type": "nominal"
},
"x": {
"field": "date",
"timeUnit": "yearmonth",
"type": "temporal",
"axis": {
"format": "%Y"
}
},
"y": {
"field": "count",
"aggregate": "sum",
"type": "quantitative"
}
},
"description": "Unemployment across industries as a stacked area chart."
}