WaterfallChart
stableCash flow waterfall with opening balance, incremental flows, and closing balance
import { WaterfallChart } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
openingreq | number | — | Opening balance |
flowsreq | WaterfallFlow[] | — | Incremental cash flows |
closing | number | — | Closing balance override |
currency | string | — | Currency code |
locale | string | — | BCP 47 locale override |
label | string | — | Chart title |
openingrequiredType
numberDefault —Opening balance
flowsrequiredType
WaterfallFlow[]Default —Incremental cash flows
closingType
numberDefault —Closing balance override
currencyType
stringDefault —Currency code
localeType
stringDefault —BCP 47 locale override
labelType
stringDefault —Chart title
MobileStacks / Scroll
Waterfall chart requires min 320px. Wrap in overflow-x-auto.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?