Charts
Pie chart
Share of a dimension. Donut, rounded, radial, or a glow.
- Chrome1,160
- Safari1,158
- Firefox1,085
- Edge966
Total 4,369
Props
| Property | Type | Default | Description |
|---|---|---|---|
data | ChartDatum[] | — | Category rows. One slice per row. |
dataKey | string | "value" | Numeric field used for slice size. |
labelKey | string | "label" | Slice name. Also used for the legend. |
variant | "donut" | "pie" | "legend" | "dither" | "rounded" | "radial" | "glow" | "half" | "callout" | "donut" | Ring vs full pie, rounded gaps, radial bars, or a bloom on the slices. |
className | string | — | Chart container. Default height is 220px. |