import { PieSeries } from '@wick-charts/react'; <PieSeries data={pieData} />Pie chart series. Set options.innerRadiusRatio > 0 for donut.
Renders a pie or donut chart. Slices animate on enter/exit, support hover lift, and optionally show inline labels at the slice midpoints. Use <PieLegend> and <PieTooltip> for accompanying overlays.
Slices to render. A flat array of { label, value, color? } entries.
Slice name. Shown in the legend and the slice tooltip.
Slice magnitude. Sums across slices determine each one's share of the pie.
Override colour for this slice. Falls back to the seriesColors palette.
Visual options override — palette, donut hole, slice gap, label rendering, hover/entrance animations.
Stable series ID — same value across remounts.