hvega-0.4.0.0: tests/specs/gallery/bar/bar6.vl
{
"mark": "bar",
"data": {
"url": "https://vega.github.io/vega-lite/data/barley.json"
},
"$schema": "https://vega.github.io/schema/vega-lite/v3.json",
"encoding": {
"color": {
"field": "site",
"type": "nominal"
},
"x": {
"field": "yield",
"aggregate": "sum",
"type": "quantitative"
},
"y": {
"field": "variety",
"type": "nominal"
}
},
"description": "Barley crop yields as a horizontal stacked bar chart"
}