Skip to content

ChordDiagram

beta

D3-powered chord diagram for cross-entity treasury flows — intercompany transfers, currency exposure mapping, bilateral netting

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

Props

entitiesrequired
Type string[]Default

Entity names (one per row/column)

matrixrequired
Type number[][]Default

Flow matrix — matrix[i][j] = flow from entity i to j

width
Type numberDefault

SVG width in px (default 520)

height
Type numberDefault

SVG height in px (default 520)

title
Type stringDefault

Accessible chart title

Metadatasemantictypeborderviz
MobileStacks / Scroll

Chord diagram requires min 360px for entity labels. Wrap in overflow-x-auto on narrow viewports.

Design Rationale

This component was designed to express:

Explore Related

Was this helpful?