Skip to main content

Sunburst

A sunburst chart is a data visualization that displays hierarchical data in a radial, multi-level format. It resembles a sun with a central circle and radiating "rays" that are further divided into rings, each representing a level in the hierarchy. Sunburst charts are excellent for showing how different categories and subcategories contribute to the whole, offering a clear visual representation of part-to-whole relationships within the data.

Result
Loading...
Live Editor

Update Highcharts modules

Sunburst is not included in the default Highcharts bundle. You will need to extend Highcharts to use the Sunburst module.

import Highcharts from 'highcharts';
import Sunburst from 'highcharts/modules/sunburst';

Sunburst(Highcharts);

Props