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?