A polar chart plots data on a radial coordinate system, and combining different series types on one plot lets you compare actual values against planned ranges. Overlaying a polygon with a range column series is a powerful way to show facts versus targets in a single view.
This sample combines a polygon series representing actual cosmetic product revenue with a range column series showing planned high-low bands. It uses union-mode tooltips, a styled legend, an inner radius, and a custom chartDraw handler that alternates x-axis label colors between odd and even categories.
Follow the step-by-step Polar Chart Tutorial to learn how such charts are built. See the Polar Chart documentation for all configuration options.