BacktestingChart
stableVaR backtesting chart with P&L bars vs. VaR forecast line; breach count and color-coded exceptions
import { BacktestingChart } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
datareq | BacktestDataPoint[] | — | Array of {date, realizedPnL, varForecast} |
confidenceLevel | string | — | Confidence level label (default: 99) |
height | number | — | Chart height in px (default: 220) |
datarequiredType
BacktestDataPoint[]Default —Array of {date, realizedPnL, varForecast}
confidenceLevelType
stringDefault —Confidence level label (default: 99)
heightType
numberDefault —Chart height in px (default: 220)
MobileStacks / Scroll
Chart requires fixed minimum width for legible rendering. Wrap in overflow-x-auto.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?