PieSeries
Try the live demoimport { 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. Datasets past 8 slices group the smallest into a single "Other" slice by default — tune or disable via options.other. Use <PieLegend> and <PieTooltip> for accompanying overlays.