@vireya/ui/charts/pie/simple
Solid pie with named slices via Cell + Legend.
clientSolid pie with named slices via Cell + Legend.
clientDonut (innerRadius + paddingAngle) opting into outside labels with custom leader lines via the `label` render prop. Labels are pure prop opt-in — `simple` shows the same pie without them.
clientPie and donut charts divide a circle into slices to show parts of a single whole. They work because the slices visibly sum to 100% — but humans judge angles and areas poorly, so they only succeed with a small number of clearly different categories.
The donut variant frees the centre for a total or label, and Vireya colours each slice from your token palette with accessible tooltips.