Sunburst Chart
A Sunburst Chart in REAVIZ is designed to display hierarchical data using concentric circles. The central circle represents the root node, with the hierarchy expanding outwards from this point. Each segment of the inner circle has a hierarchical connection to the segments of the outer circle that fall within the angular range of the parent segment.
Where to use:
- Visualize Hierarchical Data: Ideal for displaying hierarchical relationships in a compact, radial format.
- Show Category Relationships: Useful for showing the relationships between categories and subcategories.
- Analyze Data Structure: Great for analyzing the structure and distribution of hierarchical data.
Quick Start
To create a sunburst chart, use import the SunburstChart and give it some data.
Examples
Simple
3-Level
API
SunburstChartΒ
SunburstSeriesΒ
SunburstArcΒ
SunburstArcLabelΒ
Last updated on