This sample shows minimum and maximum temperature variations in polar and radar charts using a range column series.
In this example, you can see how to render and configure polar and radar charts with a range column series. Switching between polar and radar series can be done using Series Type in the property panel.
Tooltip is enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices.
Injecting Module
chart component features are segregated into individual feature-wise modules. To use range column series, we need to Injecting
PolarSeries
and RadarSeries
module into services
.
More information on the polar-radar series can be found in this documentation section.