SankeyDiagram
experimentalSankey flow diagram for cash flow attribution — inflow sources, intercompany netting, liquidity cascade
import { SankeyDiagram } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
nodesreq | SankeyNode[] | — | Flow nodes |
linksreq | SankeyLink[] | — | Flow connections with values |
nodesrequiredType
SankeyNode[]Default —Flow nodes
linksrequiredType
SankeyLink[]Default —Flow connections with values
MobileStacks / Scroll
Sankey diagram requires fixed minimum width. Wrap in overflow-x-auto and set min-w-[400px] on the SVG container.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?