IntradayTimeline
stableHourly intraday cash position timeline with bar chart, flow arrows, and alert threshold line
import { IntradayTimeline } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | "Intraday Position" | Entity or account label |
snapshotsreq | IntradaySnapshot[] | — | Hourly balance snapshots |
currency | string | "USD" | Currency code |
openingBalance | number | — | Opening balance (start of day) |
alertThreshold | number | — | Alert threshold — shows dashed line |
labelType
stringDefault "Intraday Position"Entity or account label
snapshotsrequiredType
IntradaySnapshot[]Default —Hourly balance snapshots
currencyType
stringDefault "USD"Currency code
openingBalanceType
numberDefault —Opening balance (start of day)
alertThresholdType
numberDefault —Alert threshold — shows dashed line
MobileStacks / Scroll
Timeline activates horizontal scroll on narrow viewports.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?