Skip to content

ParallelCoordinates

beta

D3-powered parallel coordinates for multi-factor analysis — instrument comparison across rate, duration, credit, liquidity with interactive axis brushing

FinanceInteractive/Storybook ↗
import { ParallelCoordinates } from "@nodus/design-system/finance"
Demo coming soon

Props

dimensionsrequired
Type PCDimension[]Default

Axis definitions with key, label, optional domain and format

datarequired
Type PCRow[]Default

Data rows with label, values record, and optional group index

width
Type numberDefault

SVG width in px (default 640)

height
Type numberDefault

SVG height in px (default 380)

title
Type stringDefault

Accessible chart title

Metadatasemantictypeborderviz
MobileStacks / Scroll

Parallel coordinates require min 480px for axis brushing to be usable. Wrap in overflow-x-auto on narrow viewports.

Design Rationale

This component was designed to express:

Explore Related

Was this helpful?