Skip to content

RadialBarChart

beta

D3-powered radial bar chart for comparative metrics in circular layout — KPI comparison, limit utilization gauges, multi-metric overview

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

Props

data
Type RadialBarItem[]Default

Array of {name, value, max?} items — max defaults to highest value

width
Type numberDefault

SVG width in px (default 420)

height
Type numberDefault

SVG height in px (default 420)

innerRadius
Type numberDefault

Inner donut hole radius in px (default 50)

title
Type stringDefault

Accessible chart title

Metadatasemantictypeborderviz
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?