This website is for Vega-Lite v2. Go to the main Vega-Lite homepage for the latest release.

Zooming an Interval Selection

Edit this page

The zoom selection transformation allows a user to interactively resize an interval selection. It can take one of the following values:

  • false – disables the ability to zoom an interval selection.
  • A Vega event stream definition to indicate which events should trigger panning of the interval selection. Currently, only wheel event types are supported, but custom event streams can still be used to specify filters, debouncing, and throttling. Future versions will expand the set of events that can trigger this transformation.

Vega-Lite automatically adds a zoom transform to all interval selections by default, with the following definition: "zoom": "wheel!". As a result, once users drag out an interval selection, they can click and drag within it to reposition it.

Examples

Zoom the on .