# Radar Chart

**Category:** charts  
**Short Description:** A visualization that displays multivariate data as a two-dimensional chart with three or more quantitative variables.  
**Last Updated:** 2026-05-30T00:00:00Z

## Definition

Radar charts (also known as spider charts or web charts) represent multivariate data on axes starting from the same point and extending outward. Each axis represents a different variable, and data points are plotted along each axis and connected to form a polygon. This allows for easy comparison of multiple variables across different categories or observations.

## Examples

- Comparison of product attributes across multiple dimensions

## FAQs

### What is a radar chart?

A radar chart — also called a spider or web chart — plots multiple quantitative variables on separate axes that radiate from a shared center, with each axis scaled the same way. A data point's values are marked on each axis and connected to form a polygon. The polygon's shape gives a profile across all the variables at once, useful for comparing the strengths and weaknesses of an item across several dimensions.

### When should I use a radar chart?

Use one to compare a small number of items across several common dimensions where the overall profile or balance matters more than precise values — comparing product feature scores, skill assessments, or campaign performance across metrics like reach, engagement, and conversion. It's effective when the shape ('well-rounded' vs 'spiky') tells the story. Avoid it for many items or when exact comparisons matter, since overlapping polygons get unreadable fast.

### What are the main problems with radar charts?

A few well-known ones: the area of the polygon scales with the square of the values, so it visually exaggerates differences; the axis order is arbitrary but changes the polygon's shape and the impression it gives; and overlapping more than two or three polygons becomes a tangle. They also tempt readers to compare areas, which is misleading. For accurate multivariate comparison, a grouped bar chart or small multiples is often clearer.

### How many variables and items can a radar chart handle?

Keep variables to roughly 3–8 axes — too few makes a flat triangle, too many makes a cluttered web — and limit overlaid items to about 2–3 polygons before they become unreadable. If you need to compare many items, use small multiples (one mini radar per item) so each profile is clear, rather than stacking many translucent polygons on one chart.

### Radar chart vs grouped bar chart — which is clearer?

A grouped bar chart compares the same variables across items more accurately, because bar lengths read precisely and there's no area distortion or axis-order effect. A radar chart wins only on conveying an overall 'shape' or balance at a glance for a single item or a couple of items. If accuracy and multi-item comparison matter, prefer bars or small multiples; use radar for an evocative profile.

## Related Terms

### Alternatives

- **Bar Chart**: Shows comparison of categorical data using rectangular bars
- **[Line Chart](/resources/glossary/charts/line-chart)**: Displays data points connected by straight lines to show trends
- **[Treemap](/resources/glossary/charts/treemap)**: Displays hierarchical data using nested rectangles
