Toggle Sidebar B
header.lightDarkMode D

Chart Radial Bar

Radial bar charts render each value as a concentric arc. Built as a self-contained SVG component with gradient bars, a glow, background tracks, and inline labels.

Labeled

Concentric bars with inline labels, gradient fills, and a legend.

API Reference

Props, events, and slots for each sub-component.

ChartRadialBar

Props

PropTypeDefaultDescription
dataRecord<string, any>[]One row per ring.
configChartConfigMap of name → { label, color }.
valueKeystring"value"Row key for the bar value.
nameKeystring"name"Row key matched against config.
innerRadiusnumber35Inner radius of the band.
outerRadiusnumber110Outer radius of the band.
barSizenumber22Thickness of each bar.
maxnumber100Value mapped to a full sweep.
gradientbooleantrueFill bars with a gradient.
glowbooleantrueApply a glow filter.
backgroundbooleantrueRender background tracks.
showLabelsbooleantrueRender inline labels.
legendbooleantrueRender a legend below.