Sunburst chart with initial animations
demo
This demo shows how modifying Sunburst chart’s and its series’ hidden states can result in nice initial fan-out animation.
demo
This demo shows how modifying Sunburst chart’s and its series’ hidden states can result in nice initial fan-out animation.
demo
These two demos show how we can use adapters to selectively display labels outside some of the Sunburst slices. Labels on last level This demo puts labels outside of slices for the outside series. Labels on child-less slices This demo shows how we can selectively display labels outside of those slices that do not have […]
demo
By default legend displays its markers as squares or mini versions of series. This demo shows how we can replace them with checkboxes.
tutorial
Sometimes chart legend can get out of control size-wise, especially if you have long labels. This tutorial will show how you can get it back in check by capping the length of its labels. The problem Long labels will bloat up legend size. This is especially prominent where chart size is not very big: Even […]
tutorial
Normally, labels for Pie chart’s slices are horizontal, and either arranged in columns or attached to the slice itself. This tutorial will show how you can make labels curve along the outer edge of the slice. Base chart Let’s take a super basic pie chart as our starting point. Making labels cool again To make […]