hvega-0.11.0.1: tests/specs/trail/trail1.vl
{
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"data": {
"url": "https://vega.github.io/vega-lite/data/stocks.csv"
},
"encoding": {
"color": {
"field": "symbol",
"type": "nominal"
},
"size": {
"field": "price",
"type": "quantitative"
},
"x": {
"axis": {
"format": "%Y"
},
"field": "date",
"type": "temporal"
},
"y": {
"field": "price",
"type": "quantitative"
}
},
"height": 400,
"mark": "trail",
"width": 400
}