hvega-0.5.0.0: tests/specs/gallery/scatter/scatter2.vl
{
"mark": "tick",
"data": {
"url": "https://vega.github.io/vega-lite/data/seattle-weather.csv"
},
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"encoding": {
"x": {
"field": "precipitation",
"type": "quantitative"
}
},
"description": "Shows the distribution of a single variable (precipitation) using tick marks."
}