This sample visualizes the data about electricity production using stacked stepped area chart.
In this example, you can see how to render and configure the Stacked StepArea chart. marker
and dataLabel
are used to represent individual data and its value.
Injecting Module
Chart component features are segregated into individual feature-wise modules. To use stacking step area series, we need to inject
StackingStepArea
module into services
.
More information on the stacked step area series can be found in this documentation section.