Skip to main content
ExplainerData GeometryExplainer· 3 min read· in Data & Analysis

The Geometric Flaw of Radar Charts: How Axis Ordering Distorts Area and Misleads Multi-Metric Comparisons

Radar charts are widely used to visualize multivariate data, but their radial geometry introduces severe mathematical distortions. Parallel coordinate plots offer a linear alternative that eliminates area bias and axis-order illusions.

By Harper Lane

Data Visualization Researchers 65%Business Intelligence Practitioners 35%
Data Visualization Researchers
Focus on mathematical accuracy and perceptual precision, arguing against radial distortion.
Business Intelligence Practitioners
Value immediate profile recognition and audience engagement over strict geometric accuracy.

Perspectives this story doesn't cover

  • Software Developers (who implement default chart types in spreadsheet software)
720
Possible axis arrangements for 6 variables
5–8
Maximum recommended variables for a radar chart
10+
Dimensions easily handled by parallel coordinates
2
Dimensions used in polar coordinates (distance and angle)

When researchers analyze complex, multi-metric trade-offs—such as comparing organic versus conventional farming across land use, greenhouse gas emissions, and water pollution—they must choose how to visualize those competing dimensions. A common choice is the radar chart, which collapses multivariate data into a single recognizable polygon. However, the resulting shape is dictated as much by arbitrary design choices as by the underlying numbers.[1]

A radar chart—also known as a spider chart or Kiviat diagram—displays multiple variables on axes radiating from a central zero-point. Data points on each axis are connected to form a polygon. This format is widely used in business intelligence and performance benchmarking because decision-makers can process a unified shape faster than a table of numbers.[2]

Yet that speed comes at the cost of severe mathematical distortion, beginning with the axis-order illusion. Unlike a bar chart, a circular layout imposes no natural discipline on axis placement. Six metrics can be arranged in 720 different ways around the circle.

When the axis order changes, the shape of the polygon changes entirely. A profile that appears balanced and robust under one arrangement can look skewed and weak under another, without a single data point changing. Two analysts working with the exact same dataset can produce charts that tell completely different stories simply by shuffling the sequence of the variables.

The Axis-Order Illusion: Changing the sequence of variables completely alters the polygon's shape without changing any underlying data.

In his 2018 paper examining visualization techniques, computer scientist Michael Correll categorizes radar charts among the "bad ideas in visualization" because they invite viewers to read shape even though that shape depends heavily on arbitrary axis ordering. The lines connecting data points between axes are mathematically arbitrary, implying a relationship or continuous trend between unrelated variables simply because they sit adjacent on the circle.[2][4]

The distortion compounds when the polygons are filled with color. In a radar chart, the importance of an item is visually represented by the polygon's size. However, because the chart uses polar coordinates, the enclosed area scales quadratically, not linearly.[2]

The distortion compounds when the polygons are filled with color.

If a value on one axis doubles, the visual area it contributes to the polygon quadruples. This quadratic scaling disproportionately rewards entities that score highly on adjacent axes, creating a visual illusion of massive outperformance. Small numerical differences create disproportionately large visual changes.

These geometric constraints severely limit the chart's capacity. Visualization guidelines generally recommend a strict maximum of five to eight variables and no more than three to four overlaid series. Beyond that threshold, the polygons bleed into each other, creating unreadable visual clutter.

To resolve these distortions, data scientists rely on parallel coordinate plots. According to the mathematical definition, parallel coordinate plots are "a common method of visualizing high-dimensional datasets to analyze multivariate data having multiple variables, or attributes." Instead of scattering axes around a circle, this method arranges all variables as parallel vertical axes. Each observation is represented by a single line that connects its values across the linear frame.[3]

Parallel coordinates align variables on parallel vertical axes, eliminating the quadratic area distortion inherent in radar charts.

Because parallel coordinates do not enclose an area, they eliminate quadratic area bias entirely. The linear frame forces the analyst to compare actual values across dimensions, rather than judging the arbitrary geometry of a shape.[3]

This linear arrangement also solves the radial crowding limit. While a radar chart becomes illegible past eight variables, a parallel coordinates plot can visualize ten or more dimensions and plot hundreds of records simultaneously.[3]

For high-dimensional exploratory data analysis, aligning the axes in a common direction provides a mathematically consistent view of the trade-offs. It ensures that the patterns a viewer sees are driven by the data itself, not by the arbitrary geometry of a circle.

What we don’t know

  • Whether the widespread inclusion of radar charts in default spreadsheet software will continue to drive their use despite visualization experts advising against them.
  • Exactly how much the quadratic area distortion of radar charts unconsciously influences real-world corporate hiring and performance review decisions.

Key points

  • Radar charts distort multivariate data because their enclosed area scales quadratically, not linearly.
  • Changing the arbitrary order of axes on a radar chart completely alters the resulting polygon's shape.
  • Parallel coordinate plots solve these geometric flaws by aligning all variables on parallel vertical axes.
  • Unlike radar charts, parallel coordinates can visualize ten or more dimensions without radial crowding.

How we got here

  1. 1885

    Maurice d'Ocagne publishes the first formal mathematical description of parallel coordinates.

  2. 1970s

    Parallel coordinates are popularized for high-dimensional data visualization by mathematician Alfred Inselberg.

  3. 2018

    Michael Correll publishes research categorizing radar charts among 'bad ideas in visualization' due to axis-order dependency.

Sources

Source coverage

5 outlets

2 viewpoints surfaced

Data Visualization Researchers 65%Business Intelligence Practitioners 35%
  1. [1]Our World in Data

    Is organic farming better for the environment than conventional farming?

    Read on Our World in Data
  2. [2]WikipediaData Visualization Researchers

    Radar chart

    Read on Wikipedia
  3. [3]WikipediaData Visualization Researchers

    Parallel coordinates

    Read on Wikipedia
  4. [4]ACM Digital LibraryData Visualization Researchers

    Ross-Chernoff Glyphs Or: How Do We Kill Bad Ideas in Visualization?

    Read on ACM Digital Library
  5. [5]Factlen Editorial Team

    Synthesis by Factlen editorial team

    Read on Factlen Editorial Team

Comments

Stay informed

Every angle. Every day.

Get Data & Analysis stories with full source coverage and perspective breakdowns delivered to your inbox.