Sunburst

Concentric arc rings showing hierarchy. Self-contained SVG (no ChartRoot).

Primitive: ChartSunburst· Standalone (no ChartRoot needed)

Interactive demo

Usage

import { ChartSunburst } from '@ramtt/charts'

<ChartSunburst
  data={{
    name: 'Training',
    children: [
      { name: 'Cycling', value: 12, children: [{ name: 'Z2', value: 8 }] },
      { name: 'Running', value: 5 },
    ],
  }}
  size={300}
/>

Props

PropTypeDefaultDescription
data*SunburstNodeHierarchical tree (root with children)
sizenumber300Width = height in px
innerRadiusnumber0.25Center hole as fraction of total radius
colorsstring[]Color palette for top-level groups
padAnglenumber0.5Gap between segments in degrees