How to Create a Donut Chart
Data Format
Same shape as a pie chart, one row per slice.
| Label | Value |
|---|---|
| Satisfied | 60 |
| Neutral | 30 |
| Dissatisfied | 10 |
- Label (required): the category name, shown next to its slice.
- Value (required, numeric, ≥ 0): the slice's size, as a share of the total across all rows.
Chart Elements
A donut chart uses the same style panel as a pie chart, see the Pie Chart guide for Slices and Labels. What's different:
Hole Size
Set in the Settings panel to Small, Medium, or Large to cut a hole out of the center. Setting it back to None turns this back into a regular pie chart.
Center Text
Only appears once Hole size is anything but None, there's no room for it in a solid pie. Empty by default.
- Color - text color.
- Font / Font Size - text styling.
- Prefix / Suffix / Decimals - number formatting.
- Align - Left, Center, or Right.