hvega-0.12.0.7: tests/specs/data/data4.vl
{
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"data": {
"url": "data/dataTest.csv"
},
"encoding": {
"x": {
"field": "cat",
"type": "nominal"
},
"y": {
"field": "val",
"type": "quantitative"
}
},
"mark": "bar"
}