A range column polar chart renders bars with distinct low and high values on a radial axis, making it ideal for displaying intervals such as temperature ranges or min-max bands around a circular layout. Each bar spans from its low to its high boundary.
This sample plots average monthly minimum and maximum temperatures in degrees Celsius across twelve months on an ordinal x-scale. The y-axis is hidden to let the radial bar lengths convey the temperature ranges directly, and hovering over a month reveals the exact low and high values through the default tooltip. The circular layout highlights annual seasonality patterns at a glance.
Follow the step-by-step Polar Chart Tutorial to learn how such charts are built. See the Polar Chart documentation for all configuration options.