AgingBucketChart
stableReceivables aging visualization with bucket bars, overdue percentage, and amount breakdown
import { AgingBucketChart } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
bucketsreq | AgingBucket[] | — | Aging period buckets |
totalOutstandingreq | number | — | Total outstanding amount |
overdueAmountreq | number | — | Amount past due |
bucketsrequiredType
AgingBucket[]Default —Aging period buckets
totalOutstandingrequiredType
numberDefault —Total outstanding amount
overdueAmountrequiredType
numberDefault —Amount past due
MobileStacks / Scroll
Chart activates horizontal scroll on narrow viewports. Wrap in overflow-x-auto with a min-width on the chart container.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?