import { RiskHeatmap } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
rowsreq | string[] | — | Row labels |
columnsreq | string[] | — | Column labels |
valuesreq | number[][] | — | Cell values matrix |
breakpoints | ThresholdBreakpoints | — | Custom severity breakpoints |
label | string | — | Heatmap title |
rowsrequiredType
string[]Default —Row labels
columnsrequiredType
string[]Default —Column labels
valuesrequiredType
number[][]Default —Cell values matrix
breakpointsType
ThresholdBreakpointsDefault —Custom severity breakpoints
labelType
stringDefault —Heatmap title
MobileStacks / Scroll
Heatmap requires min 320px for legible cells. Wrap in overflow-x-auto.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?