Charts & Visualizations
Radar Chart
A visualization that displays multivariate data as a two-dimensional chart with three or more quantitative variables.
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
Chart Visualization
This example includes an interactive chart visualization with 3 data points.
Chart type: radar
Usage
Best Used For
- Comparing multiple variables across different categories simultaneously
- Visualizing performance metrics or attributes across multiple dimensions
- Identifying patterns, outliers, or imbalances across variables
- Comparing the 'profiles' of different entities across the same set of metrics
Data Requirements
[Object]
Limitations
Important Considerations
- ⚠Can be misleading if axes aren't properly scaled or normalized
- ⚠Becomes cluttered and difficult to interpret with too many variables or categories
- ⚠Area size can visually overemphasize differences in outer variables
- ⚠Difficult to precisely compare specific values between different categories
Best Used For
- Comparing multiple variables across different categories simultaneously
- Visualizing performance metrics or attributes across multiple dimensions
- Identifying patterns, outliers, or imbalances across variables
- Comparing the 'profiles' of different entities across the same set of metrics
Frequently asked questions
Common questions about Radar Chart, answered.
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.