hvega-0.11.0.1: tests/specs/position/position3.vl
{
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"data": {
"values": [
{
"empty": 0
}
]
},
"mark": {
"type": "bar",
"x": 150,
"x2": 200,
"y": 150
}
}