ZoomCharts Documentation
FacetChart.settings.advanced.pointer
Pointer related settings.
Properties
Pixels pointer can move around and still be registered as a click.
Pixels pointer can move around and still be registered as double click.
Maximum time in ms between clicks to register a double click.
The distance in pixels the pointer is allowed to be moved before the long-press event is cancelled.
Time in ms the pointer has to be hold to register a long press (an alternative to clicking the right mouse button).
Specifies if the mouse wheel is only captured when the chart has focus. Setting this to true
will require that the
user first clicks the chart area.
If enabled, normal click event is not sent when user performs a double click. A not so nice side effect is that any on click actions are delayed by the double click timeout. Set to false if you are not relying on double click events.
true
.Specifies if the chart container is scrolled into view once the chart is clicked.
Note that the scroll happens on a click, if the pointer is used to for example, drag the chart, it will not scroll into view so that the user interaction works properly.
Time window to use for pointer speed estimation.