Graph Chart
Ideal Use Cases
Data Structure
{
"nodes": [
{ "id": "A", "label": "Start" },
{ "id": "B", "label": "Process" },
{ "id": "C", "label": "End" }
],
"links": [
{ "source": "A", "target": "B" },
{ "source": "B", "target": "C" }
]
}Core Features
Customisation & Styling
Component Playground
Component Auto-Docs
Last updated
Was this helpful?