{ "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." }