Example of Wind Rose in React Chart Component

/
/
PolarStackedColumn

This sample shows a wind rose chart designed using polar and radar charts with a stacking column series. A wind rose chart helps visualize wind patterns, i.e., wind speed and wind direction.

More Details...

Loading....
Description

In this example, you can see how to render and configure the polar and radar charts with a stacking 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 stacking column series, we need to inject PolarSeries and RadarSeries module into services.

More information on the polar and radar series with a stacking column type chart can be found in this   documentation section.