visualization-tools

Home > @visualization-tools/core > IChartWideInteractionOptions

IChartWideInteractionOptions interface

These are set for the whole chart as opposed to per plot.

Signature:

export interface IChartWideInteractionOptions 

Properties

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.