Nested donut chart

While there is no built-in nested donut chart support, you can work around by creating multiple donut graphs and positioning them over each other using CSS.

This demo shows how you can use radius and innerRadius to make rings align, position chart over each other, as well as some JavaScript code that uses generic events to bring up the hovered chart to front so that you can use hover functionality and retain other interactivity.