Type demo
This demo will show how you can add additional worksheets to the data being exported to XLSX format. For more information on how to modify Excel workbook being exported, please refer to the SheetJS docs.
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 […]
Type demo
This demo shows how width of the vertical axes can be synchronized across multiple separate charts.
Type demo
This demo shows how we can use events to apply custom order to legend items.
Type demo
This demo shows how we can place a CategoryAxis between two stacked ValueAxis.
Type demo
This demo shows how we can create a separate Series with label bullets to show stack total right to a CategoryAxis label.
Type demo
This demo shows how we can separate non-clustered columns into separate non-overlapping groups, using their “data item locations”.
Type demo
This demo shows how we can use legend item label’s parentset event to move it before the marker.
Type demo
This demo shows how we can take an array of plain values, and build a Histogram chart – a distribution of values as a column series.
Type demo
This demo shows how we can selectively place chart legend’s items into separate containers.