Skip to content

SankeyDiagram

experimental

Sankey flow diagram for cash flow attribution — inflow sources, intercompany netting, liquidity cascade

import { SankeyDiagram } from "@nodus/design-system/finance"
Loading demo…

Props

nodesrequired
Type SankeyNode[]Default

Flow nodes

linksrequired
Type SankeyLink[]Default

Flow connections with values

Metadatasemantictypeborder
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?