hvega-0.5.0.0: tests/specs/conditional/bindScales2.vl
{
"height": 300,
"mark": "circle",
"data": {
"url": "https://vega.github.io/vega-lite/data/cars.json"
},
"width": 300,
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"selection": {
"myZoomPan": {
"clear": "click[event.shiftKey]",
"bind": "scales",
"type": "interval"
}
},
"encoding": {
"x": {
"field": "Horsepower",
"type": "quantitative"
},
"y": {
"field": "Miles_per_Gallon",
"type": "quantitative"
}
}
}