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 […]
Type demo
This demo shows how we can use locationX setting of the LineSeries to align its bullets with clustered columns.
Type demo
This demo shows how we can add icons at the end of bars using series bullets, as well as next to category labels using axis bullets.
Type tutorial
This demo shows how we can add plus/minus buttons to a bubble chart that zoom in and out the chart. Code The code relies on adding custom buttons to chart plot container, as well as attaching click events to them, that in turn zoom the chart using axis’ API. Demo
Type tutorial
This demo shows how we can use an adapter to adaptively color X-axis tooltip based on series tooltip color, which in turn is based on whether specific data item has a value lower on higher than its predecessor. Code Example
Type tutorial
This tutorial will explain how individual column labels (bullets) can be used as Category axis labels. The task During the course of this tutorial, we are going to give a fairly basic clustered column chart a makeup. Let’s do this step by step. Moving categories up First task is to move those year categories up […]
Type tutorial
This demo shows how we can make a DateAxis automatically show a range of dates if its cell spans multiple periods, using an adapter. Code Example
Type tutorial
This demo shows how we can use events to set legend’s dx setting, to automatically align it to the left side of the chart’s plot container.
Type tutorial
This demo shows how we can use events and axis ranges to add a dynamic last grid/label on a DateAxis.
Type tutorial
This demo shows how we can add two date axes to an XY chart to show both monthly and yearly grid/labels.