Tree Chart
🌳 Tree Chart – Unfold Hierarchies, One Branch at a Time
🧭 Ideal For:
🧩 Sample Data Structure
{
"name": "Company",
"children": [
{
"name": "Engineering",
"children": [
{ "name": "Frontend" },
{ "name": "Backend" }
]
},
{
"name": "Sales"
}
]
}⚙️ Key Configuration Options
🎨 Custom Styling
Component Playground
Component Auto-Docs
Last updated
Was this helpful?