FactorHeatmap
stableMulti-factor exposure heatmap across time periods with threshold-based coloring
import { FactorHeatmap } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
factorsreq | string[] | — | Factor names |
periodsreq | string[] | — | Period labels |
exposuresreq | number[][] | — | Exposure values matrix |
breakpoints | ThresholdBreakpoints | — | Custom severity breakpoints |
label | string | — | Heatmap title |
factorsrequiredType
string[]Default —Factor names
periodsrequiredType
string[]Default —Period labels
exposuresrequiredType
number[][]Default —Exposure values matrix
breakpointsType
ThresholdBreakpointsDefault —Custom severity breakpoints
labelType
stringDefault —Heatmap title
MobileStacks / Scroll
Heatmap requires min 400px for legible cell content. Wrap in overflow-x-auto.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?