Example of Sunburst in ASP.NET MVC Excel (XlsIO) Library
This sample demonstrates how to create Sunburst chart using Excel (XlsIO) Library.
DEMO
SOURCE
The sunburst chart is ideal for displaying hierarchical data. Each level of the hierarchy is represented by one ring or circle with the innermost circle as the top of the hierarchy. A sunburst chart without any hierarchical data (one level of categories), looks similar to a doughnut chart. However, a sunburst chart with multiple levels of categories shows how the outer rings relate to the inner rings.
Essential XlsIO has APIs for creating and modifying sunburst charts.
Essential XlsIO has APIs for creating and modifying sunburst charts.