Drill-down column chart

Type demo

This demo shows how we can show aggregated daily data as a column series, then drill-down into hourly data for the day on a click. Example

Toggle slices of multiple nested Pie Series with a single legend

Type demo

This demo shows how we can use events on legend items to toggle slices of multiple nested Series on a Pie Chart. Code The code below catches click events on legend’s containers, extracts category of a licked slice, iterates through data items of a different series, to toggle on or off a data item with […]

Toggle multiple pie slices via legend

Type demo

This demo shows how we can use events on a Legend to “inverse” toggle behavior of Pie chart’s legend by showing only clicked sliced, while hiding the rest of the slices. Code Example

WordCloud with hover effects on words

Type demo

This demo shows how we can add background color to the WordCloud labels, as well as change their appearance on hover. Code Note the setStateOnChildren: true and interactive: true in label configuration. The former ensures that “hover” state is triggered on all label children, including background, when it is hovered. The latter makes label “interactive”. […]