# Donut Chart

**Category:** charts  
**Short Description:** A ring-shaped chart that displays proportional data with enhanced readability and nesting capabilities.  
**Last Updated:** 2026-05-30T00:00:00Z

## Definition

A donut chart is a variation of a pie chart with a hollow center that displays data as segments of a ring. The hollow center can be used to show summary statistics, nested data hierarchies, or additional context, making it more information-dense than traditional pie charts while maintaining part-to-whole relationships.

## Examples

- Revenue distribution by product

## FAQs

### What is a donut chart?

A donut chart is a pie chart with the center removed, leaving a ring of proportional segments around an empty hole. Each segment's angle represents its share of the total, exactly like a pie, while the central space can display the total value or a label. It's a popular dashboard chart for showing a simple composition with a headline number in the middle.

### When should I use a donut chart?

Use it for the same situations as a pie chart — a single total split into 2–5 categories — when you also want to show a key number or label in the center, like a completion percentage or grand total. It's well suited to KPI tiles. As with pies, avoid it for many categories or when readers must compare similar-sized segments precisely; a bar chart is clearer there.

### Donut chart vs pie chart — which is better?

They convey the same information and share the same strengths and weaknesses. The donut's hole can hold a total or label and some designers find the ring cleaner and less heavy than a solid pie. Neither fixes the underlying difficulty of comparing angles. Pick a donut when you want that central number; pick a pie for the simplest possible composition; pick a bar chart when accuracy matters.

### Can I show a single percentage with a donut chart?

Yes — a two-segment donut (the value and the remainder) is a common way to show a single percentage like a goal's progress, with the number in the center. This 'gauge' style reads clearly because there are only two segments. Just keep it to that one comparison; stacking several single-value donuts side by side is fine, but cramming many categories into one donut isn't.

### How many segments should a donut chart have?

Two to five, same as a pie. More segments produce thin arcs and a confusing color wheel, and the central hole makes thin outer arcs even harder to judge. For more categories, group a long tail into 'Other' or switch to a horizontal bar chart, which scales cleanly to many categories and supports precise comparison.

## Related Terms

### Parent Terms

- **[Pie Chart](/resources/glossary/charts/pie-chart)**: The foundational chart type from which donut charts are derived

### Alternatives

- **[Treemap](/resources/glossary/charts/treemap)**: Alternative hierarchical visualization using nested rectangles
