Home > @visualization-tools/core > IChartWideInteractionOptions
These are set for the whole chart as opposed to per plot.
Signature:
export interface IChartWideInteractionOptions
| Property | Type | Description |
|---|---|---|
| disableAllInteraction | boolean | Default false |
| disableLongPressContext | boolean | A contextmenu event will be emitted on long tap, prevent the default with this.Default true. |
| scrollZooms | boolean | Scroll wheel will scroll page by default, set true to prevent this and zoom instead.Default true. |