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 demo creates a custom ForceDirected tree chart with a few advanced features, e.g.:
Type tutorial This demo shows how we can use an adapter on pie chart’s labels to automatically determine how it is displayed: inside or outside the slice. Code Example Here’s a simple example: Another example, which aligns outside labels into a column:
Type tutorial This demo shows how we can push custom HTML elements into top level of exporting menu. Code Demo
Type tutorial This demo shows how we can hide default rectangular bracket for focused pie slice as well as apply custom state to highlight focused one. Code CSS The following CSS will hide the built-in rectangular focus highlighter. 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 fix toggling of nodes in a multi-level Sunburst chart via legend using events. Code Example