hvega-0.12.0.7: tests/specs/gallery/interaction/interaction6.vl
{
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"data": {
"url": "https://vega.github.io/vega-lite/data/cars.json"
},
"description": "Drag to pan. Zoom in or out with mousewheel/zoom gesture.",
"encoding": {
"size": {
"field": "Cylinders",
"type": "quantitative"
},
"x": {
"field": "Horsepower",
"scale": {
"domain": [
75,
150
]
},
"type": "quantitative"
},
"y": {
"field": "Miles_per_Gallon",
"scale": {
"domain": [
20,
40
]
},
"type": "quantitative"
}
},
"mark": "circle",
"selection": {
"myGrid": {
"bind": "scales",
"type": "interval"
}
}
}