Type demo
This demo shows how we can use an adapter to change the orientation of a ColumnSeries tooltip based on the column value. Related code The following code will change value of tooltip’s pointerOrientation to either point down or up based on whether target column’s value is above or below zero. Demo
Type tutorial
This tutorial will show how we can use adapters to style each link in a Force-directed chart individually. Adding styles to data The easiest way to associate specific styles with a link is to that information to actual data, e.g.: However, just adding it there will not accomplish anything. We will use an adapter to […]
Type demo
This demo shows how we can use adapters to pick a contrasting color for Treemap labels. Code Example
Type demo
This demo shows how we can use adapters to dynamically color labels and ticks using the color from their slice. 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 a series tooltip to automatically aggregate information from multiple data items width same x/y coordinates on a bubble chart. Code First, we’ll make all bubbles visible, by setting their fillOpacity to something less than 1, so they’re semi-transparent and are visible, even when they are […]
Type tutorial
This demo shows how we can add an additional date axis on top of the chart to show a tooltip with sum of values of all series. The tooltip uses an adapter to dynamically calculate its content.