Example of undefined in Javascript Chart Control

/
/
Stacked Step Area

This sample visualizes the data about electricity production using stacked stepped area chart.

More Details...

Description

In this example, you can see how to render and configure the stacked step area chart. This series forms the step area progress, by connecting points through vertical and horizontal lines with area filled. You can use border and fill properties to customize the stacked step area. Both 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 stacked step area series, we need to inject StackingStepAreaSeries module using Chart.Inject(StackingStepAreaSeries) method. More information on the stacked step area series can be found in this documentation section.