Example of Area in React Chart Component

/
/
PolarArea

This sample shows the average product sales comparison for 6 years in polar and radar charts.

More Details...

Loading....
Description

In this example, you can see how to render and configure polar and radar charts with an area series. Switching between polar and radar series can be done using Series Type in the property panel



Injecting Module

Chart component features are segregated into individual feature-wise modules. To use area series, we need to inject AreaSeries, PolarSeries and RadarSeries module into services.

More information on the polar-radar series can be found in this documentation section.