ZoomCharts Documentation
FacetChart.settings.interaction.scrolling
Configurable settings to manage scroll interaction.
Properties
Enables/Disables scrolling.
Scrolling friction coefficient (chartWidth/ms^2).
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.
Whether to use scrolling by full page instead of kinetic scrolling when using swipes (instead of dragging the chart).