hvega-0.4.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/v3.json",
"encoding": {
"x": {
"field": "precipitation",
"type": "quantitative"
}
},
"description": "Shows the distribution of a single variable (precipitation) using tick marks."
}