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