Skip to content

SunburstChart

beta

D3-powered sunburst chart for hierarchical allocation data — fund decomposition, portfolio sector breakdown, budget hierarchy

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

Props

datarequired
Type SunburstNodeDefault

Hierarchical data tree with name/value/children

width
Type numberDefault

SVG width in px (default 400)

height
Type numberDefault

SVG height in px (default 400)

showLabels
Type booleanDefault

Show arc labels (default true)

title
Type stringDefault

Accessible chart title

Metadatasemantictypeborderviz
MobileStacks / Scroll

Sunburst requires min 300px for legible arc labels. ViewBox-based sizing scales down gracefully.

Design Rationale

This component was designed to express:

Explore Related

Was this helpful?