This entry is part of the Chart Index, the reference library for the Chart Design Field Guide.
The gauge is the dashboard chart everyone has used and almost no expert recommends. Modelled on physical instrument dials — speedometers, fuel gauges, pressure meters — the gauge encodes a single value as the angle of a needle within an arc. The form is intuitive (everyone has used a car's instrument panel), and that intuition is what keeps it in dashboards despite well-documented perceptual shortcomings.
Stephen Few has written extensively against the gauge. His argument: a gauge wastes 60–80% of its pixels on chrome — the dial face, the needle hub, the bezel — and encodes a single number as angle, one of the least accurate perceptual channels. A bullet chart conveys the same information in a fraction of the space. This article exists to document the form, set its limitations explicitly, and point readers toward better alternatives.
What it is
A gauge maps a single quantitative variable to the angle of a needle within a circular arc (typically a semicircle, but full-circle and quarter-circle variants exist). The arc is divided into qualitative bands — good, acceptable, poor — typically colour-coded with traffic-light or sequential schemes. A central needle or pointer indicates the current value; the arc's start and end mark the minimum and maximum.
A semicircular gauge with three coloured bands (red below 70, amber 70–85, green above 85). A central needle at 78 sits in the amber band. The display is intuitive but inefficient: the same information — current value, target, normal range — fits in a thin bullet-chart strip.
When to use it
Gauges are the right choice when:
- The audience expects the form and would find a bullet chart unfamiliar (industrial control rooms, automotive contexts, classic instrumentation dashboards).
- The visual metaphor of an instrument dial carries domain meaning (engineering, manufacturing).
- A single number with qualitative context (good / bad bands) is the only message.
- Screen real estate is not constrained and you want a focal point — kiosk displays, control rooms.
These conditions are narrow. Most dashboard contexts are better served by bullets, sparklines, or labelled values.
When not to use it
- Multi-metric dashboards. Twelve gauges in a grid is twelve circles fighting for attention. Use bullets.
- Comparing values across dimensions. Gauges show one value; comparing them across panels requires the eye to estimate angles in three different gauges. Use bars or bullets.
- Precise reading. Angle perception is imprecise; readers can identify roughly where the needle is, but not precisely. For precision, pair with a numeric label.
- Trends over time. Gauges are static; they show the current value with no history. Pair with a sparkline or use a sparkline alone.
Design principles
Use semicircular, not full-circle
A semicircular gauge uses the visual space efficiently and has clear start (left) and end (right) anchors. Full-circle gauges introduce a discontinuity at the top (12 o'clock) and waste space on an unused lower half.
Pick band thresholds carefully
The qualitative band thresholds — good above 85, acceptable 70–85, poor below 70 — are the chart's interpretive content. They are domain decisions, not visual choices, and they should be documented. Without thresholds, the gauge is just an angle.
Use desaturated bands
Saturated traffic-light colours (red / amber / green) draw the eye to the background bands rather than to the data needle. Use light variants — pale red, pale amber, pale green — or stay within the Analysis Report's neutral / accent palette.
Show the value as text
A gauge without a numeric value annotation is incomplete. Place the current value prominently — typically below or inside the arc. The angle gives the rough position; the number gives precision.
Show the target as a tick mark
If the gauge has a target, indicate it with a small perpendicular line on the arc. The reader compares the needle's position with the target tick. Without the tick, the bands are the only context for whether the value is good.
Mark the scale endpoints
The minimum and maximum should be labelled — 0 at the left, 100 at the right. Without scale labels, the needle's angle is uncalibrated.
Pair with sparkline or trend ribbon
A gauge alone is a snapshot. Paired with a small sparkline showing the last week or month of values, the gauge becomes more useful: where we are now with where we have been.
Anatomy
A gauge's anatomy is a semicircular arc, qualitative bands, a needle, a target tick, scale endpoints, and a numeric value. The form is dense for a single value and uneconomical for multiple values.
Related types
- Bullet chart — the modern replacement. Same information, less space, more precise.
- Progress bar — for actual against 100%, without bands.
- Sparkline — for trend rather than position.
- Numeric KPI card — just the number, often with a delta. Often more effective than a gauge.
- Speedometer-style chart — full-circle variant of the gauge.
Reading list
- Few, S. (2006). Information Dashboard Design. The original critique of gauges and the case for bullets.
- Few, S. (2007). Dashboard Confusion 2.0. Specific critique of gauge-heavy dashboards.
- Tufte, E. (1990). Envisioning Information. On data-ink ratio and the cost of chrome.