Skip to content

BacktestingChart

stable

VaR 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

datarequired
Type BacktestDataPoint[]Default

Array of {date, realizedPnL, varForecast}

confidenceLevel
Type stringDefault

Confidence level label (default: 99)

height
Type numberDefault

Chart height in px (default: 220)

Metadatasemantictypeoutcomespace
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?