hvega-0.5.0.0: tests/specs/gallery/scatter/scatter3.vl
{
"mark": "tick",
"data": {
"url": "https://vega.github.io/vega-lite/data/cars.json"
},
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"encoding": {
"x": {
"field": "Horsepower",
"type": "quantitative"
},
"y": {
"field": "Cylinders",
"type": "ordinal"
}
},
"description": "Shows the relationship between horsepower and the number of cylinders using tick marks."
}