Sunburst chart with a legend including all nodes

Type tutorial

This demo shows how we can include all nodes from all levels of a Sunburst chart into its legend. Code The above code iterates through the whole hierarchy and pushes all data items from all nodes into legend’s data. Demo

Stacking series with mismatched categories/dates

Type tutorial

Normally, stacking series on an XY chart requires that they have same number of data items, and that their categories or dates match. This tutorial will introduce a custom function that can merge data from a number of sources so that multiple series can reuse it for correct stacking. The problem For correct stacking of […]

Heat legend with scale

Type tutorial

This demo shows, how we can add a scale to a Heat Legend by pushing regular ValueAxis into it. Code Demo

Setting mouse pointer style

Type tutorial

This tutorial will show how we can change cursor style when hovering over some chart element. Setting cursor style We can use any element’s cursorOverStyle setting to specify which cursor to show when it is hovered by a mouse cursor. Available styles The following table lists a few of the most common cursor styles. For […]