CashForecastChart
stable13-week rolling cash forecast with confidence-band bar chart
import { CashForecastChart } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
labelreq | string | — | Entity label |
weeksreq | ForecastWeek[] | — | Weekly forecast data (up to 13 weeks) |
method | ForecastMethod | — | Forecast method (direct/indirect/hybrid) |
currency | string | — | Base currency (default USD) |
generatedAt | string | — | Forecast generation timestamp |
labelrequiredType
stringDefault —Entity label
weeksrequiredType
ForecastWeek[]Default —Weekly forecast data (up to 13 weeks)
methodType
ForecastMethodDefault —Forecast method (direct/indirect/hybrid)
currencyType
stringDefault —Base currency (default USD)
generatedAtType
stringDefault —Forecast generation timestamp
MobileStacks / Scroll
Chart requires min 300px. Wrap in overflow-x-auto.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?