This entry is part of the Chart Index, the reference library for the Chart Design Field Guide.

A polar range bar chart arranges intervals around a circle. Angular position identifies a period or category, while each bar begins at its lower value and ends at its upper value.

What it is

This is a range bar chart expressed in polar coordinates. Categories occupy equal angular slots; the inner and outer edges of each annular bar encode two values on the same radial scale.

Range through a cycleEach radial bar spans a lower and upper value

Unlike a polar bar chart, the bar does not have to begin at a common zero. Its radial thickness represents the interval between two observations, such as a daily minimum and maximum.

When to use it

  • Lower and upper values repeat through a genuine cycle such as day, week, year, or direction.
  • The shape of changing ranges matters more than precise comparison between individual intervals.
  • Readers need to see both the centre and spread of each interval.
  • A linear range chart would make the transition between the end and beginning of the cycle harder to see.

When not to use it

  • The categories do not have a meaningful circular order.
  • Readers must compare interval widths precisely.
  • The radial scale would need to be truncated without clear grid lines.
  • There are too few observations to establish a recognisable cycle.

Design principles

Preserve a shared radial scale

Every inner and outer edge must use the same scale. Quiet concentric grid lines help readers interpret distance from the centre.

Keep angular slots regular

Equal periods should receive equal angles. Varying bar width introduces an additional encoding and makes the cycle harder to scan.

Use narrow gaps

A small gap separates adjacent intervals without breaking the circular sequence. Large gaps turn the chart into unrelated wedges.

Colour the pattern, not every bar

Use one colour for the full series or a small number of meaningful seasonal groups. Colour should not compete with radial position and range.

Provide exact values on interaction

The chart is best for pattern recognition. Tooltips should provide the lower bound, upper bound, and interval when readers inspect an individual bar.

Anatomy

A polar range bar chart combines angular categories, a radial value scale, annular range bars, a common centre, and concentric reference lines. The inner edge encodes the lower bound; the outer edge encodes the upper bound.

Reading list

  • Munzner, T. (2014). Visualization Analysis and Design. On position and length encodings in radial layouts.
  • Cairo, A. (2016). The Truthful Art. On selecting visual forms that preserve comparison and context.