Interface ChartXYUserInteractionsBeta
Properties
Optional paginate
paginate
?: false | InteractionConfigWithOverrides<{ backward
?: { code
?: string; }; forward
?: { code
?: string; }; sensitivity
?: number; stopScroll
?: boolean; x
?: boolean; y
?: boolean; }, never, "shift" | "ctrl" | "alt" | "lmb" | "rmb" | "mmb">
Optional pan
pan
?: false | InteractionConfigWithOverrides<{ sensitivity
?: number; stopScroll
?: boolean; x
?: boolean; y
?: boolean; }, "drag" | "wheel" | "pinch", "shift" | "ctrl" | "alt" | "lmb" | "rmb" | "mmb">
Optional rectangleZoom
rectangle
Zoom
?: false | InteractionConfigWithOverrides<{ animationsEnabled
?: boolean; start
?: ((args
: { event
: undefined | Event; }) => unknown); stopScroll
?: boolean; x
?: boolean; y
?: boolean; }, never, "shift" | "ctrl" | "alt" | "lmb" | "rmb" | "mmb">
Optional restoreDefault
restore
Default
?: false | InteractionConfigWithOverrides<{ animationsEnabled
?: boolean; code
?: string; doubleClick
?: boolean; stopScroll
?: boolean; }, never, "shift" | "ctrl" | "alt">
Optional zoom
zoom
?: false | InteractionConfigWithOverrides<{ mode
?: "toward-pointer" | "centered" | "keep-start" | "keep-end"; sensitivity
?: number; stopScroll
?: boolean; x
?: boolean; y
?: boolean; }, "drag" | "wheel" | "pinch", "shift" | "ctrl" | "alt" | "lmb" | "rmb" | "mmb">
Introduced in v7.0.0. API may change according to user feedback.