hvega-0.12.0.7: tests/specs/trail/trail2.vl
{
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"data": {
"url": "https://vega.github.io/vega-lite/data/driving.json"
},
"encoding": {
"size": {
"field": "year",
"legend": null,
"type": "temporal"
},
"x": {
"field": "miles",
"scale": {
"zero": false
},
"type": "quantitative"
},
"y": {
"field": "gas",
"scale": {
"zero": false
},
"type": "quantitative"
}
},
"mark": {
"order": false,
"type": "trail"
}
}