Type Alias: InteractionMode
ts
type InteractionMode = "pan" | "box" | "box-x" | "box-y";Defined in: types.ts:79
Pointer interaction modes:
pandrag pans the view, wheel zooms both axesboxdrag selects a rectangle and zooms into it (both axes)box-xdrag selects an x-range only (full height band) — X-only zoombox-ydrag selects a y-range only (full width band) — Y-only zoom