SunBurst Chart
Simple overview of a SunBurst chart.
The SunBurst chart is excellent for showing how data is broken down into smaller groups. It uses a circular layout to show connections between main categories and their sub-categories.
The chart is interactive, allowing users to click on a section to zoom in and see more specific details about that part of the data.
Below is an example on how to create a SunBurst chart using predefined data with LightningChart JS:
const sunBurstChart = lightningChart().SunBurstChart()
sunBurstChart.setData(data)