Example of Column in React Chart Component

/
/
PolarColumn

This sample demonstrates polar series with column type for mobile market subscriptions in different countries. The switching between polar and radar series can be done by using Series Type in property panel.

More Details...

Loading....
Description

In this example, you can see how to render and configure the column type charts. Column type charts are used for comparing the frequency, count, total or average of data in different categories. You can use border, fill properties to customize the vertical rect. dataLabel is used to represent individual data and its value.

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 column series, we need to inject PolarSeries and RadarSeries module into services.

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