hvega-0.11.0.1: tests/specs/time/withBarOrdinal.vl
{
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"data": {
"url": "https://vega.github.io/vega-lite/data/seattle-weather.csv"
},
"encoding": {
"x": {
"field": "date",
"timeUnit": "month",
"type": "ordinal"
},
"y": {
"aggregate": "mean",
"field": "precipitation",
"type": "quantitative"
}
},
"mark": "bar"
}