Multiple cursor tooltips on scatter chart

Type tutorial

Normally, XYCursor, if added to a chart will try to show a tooltip for each series for the hovered date or category. This does not work for charts that have both X and Y axes as ValueAxis. This tutorial will show how we can fix that. The problem Say, we have an XYChart with three […]

Show stack total in CategoryAxis

Type demo

This demo shows how we can create a separate Series with label bullets to show stack total right to a CategoryAxis label.

Force the first and last labels on axis

Type demo

These two demos show how you can use events, axis ranges, and some setting combination to automatically force showing first and last labels on ValueAxisand DateAxis, even if they fall on non-equal increments, and maintain them across zooms. Chart with two ValueAxis Chart with a ValueAxis and a DateAxis

Plugin: Range Selector

Type tutorial

This tutorial will show how you can use Range Selector plugin (available since version 4.9.25) to create HTML-based controls for alternative zooming methods of Axes. NOTE Range Selector is a plugin. For information about using plugins, refer to this article. Using the plugin Including the module Before you can use this plugin you need to […]