Skip to content

HorizonChart

beta

D3-powered horizon chart for dense multi-series time-series — FX rate monitoring, cash position tracking, 10+ simultaneous series in compact lanes

import { HorizonChart } from "@nodus/design-system/finance"
Demo coming soon

Props

series
Type HorizonSeries[]Default

Array of named time-series with {t, v} data points

width
Type numberDefault

SVG width in px (default 640)

laneHeight
Type numberDefault

Height of each series lane in px (default 48)

nBands
Type numberDefault

Number of opacity bands per lane (default 3)

title
Type stringDefault

Accessible chart title

Metadatasemantictypeborderviz
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?