ZoomCharts Documentation

ZoomCharts.Configuration.LinearChartSettingsInteractionScrolling

Inheritance hierarchy

This type is implemented by TimeChartSettingsInteractionScrolling.

Methods

This type does not define any methods.

Properties

enabled: boolean

Enables/Disables scrolling.

kineticFriction: number

Scrolling friction coefficient (chartWidth/ms^2).

maxAnimationLength: number
Introduced in version 1.13.0.

The maximum time the scroll animation can run, in milliseconds. This does not apply when the user swipes the chart to start the animation, for that use kineticFriction instead. This setting however applies when the visible range is changed by using the toolbar or API methods.

Set to null to disable the limit.

swipePageFlipping: boolean

Whether to use scrolling by full page instead of kinetic scrolling when using swipes (instead of dragging the chart).

X