Best Data Viz
Composition

Polar Area Chart

Smooth continuous area plotted in polar coordinates. Ideal for cyclic data (24-hour cycles, compass directions, monthly seasonality).

Street Noise by Hour of Day

Decibels averaged across one week

View data (12 rows)
Chart data table: Street Noise by Hour of Day
HourNoise
0032
0228
0426
0638
0856
1062
1268
1464
1670
1874
2060
2244
Make a polar area chart with your data

Use a polar area chart when…

  • Cyclic data: hour-of-day, day-of-week, month-of-year, compass direction
  • Wind roses and noise-by-direction plots
  • Showing seasonality at a glance

Avoid when…

  • Acyclic comparisons (use bar)
  • When precise value comparison matters (radial area is harder than length)

Data it needs

PropertyValue
Min Rows8
Min Columns2
Column Types
stringnumber
NotesAngle column can be a number (0-360°) or evenly-spaced categorical (months, hours).

Visual anatomy

Marks
area
Channels
angleradius
Axes
angular-cyclicradial-quantitative

Guiding principles

Consider instead

Common mistakes

  • Confusing with nightingale (discrete petals) or radar (polygon)

  • Using for non-cyclic data — the closing wraparound implies cyclicity

History

Polar area charts trace to Lambert and were generalized into Florence Nightingale's coxcomb (1858); the smooth-curve variant is common in meteorology.

Accessibility notes

Provide a data table and state the cycle period (24h, 360°, 12 months) explicitly. For monochrome printouts, pair the fill with a stroked outline so the shape reads without color.

Related reading

Got data? Let's see what works.

Drop your CSV. You'll get a Polar Area Chart plus four alternatives - ranked by which one actually fits your data best.