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?