Treemap Chart
🧱 Treemap Chart – Big Picture Through Nested Blocks
📊 Best Used For:
🧩 Sample Data Format
{
"name": "Categories",
"children": [
{ "name": "Marketing", "value": 30000 },
{ "name": "Engineering", "value": 50000 },
{
"name": "Sales",
"children": [
{ "name": "Domestic", "value": 20000 },
{ "name": "International", "value": 25000 }
]
}
]
}⚙️ Key Configuration Options
🎨 Styling & Customisation
Component Playground
Component Auto-Docs
Last updated
Was this helpful?