Example of Stacked Area in Angular Chart Component

This sample shows GDP growth of various countries for a few years in the polar and radar charts using the stacked area series.

GDP in Current Prices (USD Billion)JapanGermanyFranceUnited KingdomBrazilRussiaItalyIndiaCanada05000100001500020000250002013201420152016
Properties
Series Type:
Description

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

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