Demo
Slices
Perf HUDFPS, frame time, draw calls, per-series ms, heap
Display
DonutCut a hole in the middle of the pie.
TooltipShow a tooltip for the hovered slice.
AnimateEntrance draw-in and hover-explode motion.
Geometry
Shadow
Labels
Grouping
Legend
Background
import { ChartContainer, PieLegend, PieSeries, catppuccin,} from '@wick-charts/react'; <ChartContainer theme={catppuccin.theme}> <PieSeries id={sid} data={data} options={{ innerRadiusRatio: 0.55, padAngle: 1.7, animate: false, shadow: false, innerShadow: false, sliceLabels: { mode: 'outside', content: 'both', fontSize: 11, labelGap: 1.8, distance: 14, railWidth: 16, minSliceAngle: 2.5, }, }} /> <PieLegend position="bottom" mode="both" /></ChartContainer>