Example of Column in Angular Chart Component

This sample shows the top 10 mobile markets by the number of subscriptions in polar and radar charts using column series.

Top 10 Mobile Markets by Number of SubscriptionsJapanIndonesiaRussiaVietnamPakistanNigeriaGermanyBangladeshPhilippinesMexico0M100M200M300MPopulationMobile Subscriptions3G/4G Subscriptions
Properties
Series Type:
Description

In this example, you can see how to render and configure polar and radar charts with a 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 column feature, we need to inject PolarSeriesService into the @NgModule.providers section.

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