Suburst Chart
π Sunburst Chart β Radial Insight Into Hierarchies
π Best Used For:
π§© Example Data Structure
{
"name": "Company",
"children": [
{
"name": "Engineering",
"children": [
{ "name": "Frontend", "value": 10 },
{ "name": "Backend", "value": 15 }
]
},
{
"name": "Marketing",
"value": 20
}
]
}βοΈ Key Features
π¨ Customisation & Theming
Component Playground
Component Auto-Docs
Last updated
Was this helpful?