Skip to content

WaterfallChart

stable

Cash flow waterfall with opening balance, incremental flows, and closing balance

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

Props

openingrequired
Type numberDefault

Opening balance

flowsrequired
Type WaterfallFlow[]Default

Incremental cash flows

closing
Type numberDefault

Closing balance override

currency
Type stringDefault

Currency code

locale
Type stringDefault

BCP 47 locale override

label
Type stringDefault

Chart title

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