Sankey Chart
Sankey Chart – Visualize Flow with Purpose
Perfect For:
Data Format Example
{
"nodes": [
{ "name": "Budget" },
{ "name": "Marketing" },
{ "name": "Operations" },
{ "name": "Profit" }
],
"links": [
{ "source": "Budget", "target": "Marketing", "value": 30000 },
{ "source": "Budget", "target": "Operations", "value": 50000 },
{ "source": "Operations", "target": "Profit", "value": 15000 }
]
}Configuration Essentials
Styling Options
Component Playground
Component Auto-Docs
Last updated
Was this helpful?