Example of Stacked Area in React Chart Component

/
/
StackedArea

This React Stacked Area example visualizes the amount of sales by payment mode with default stacked area series. A legend in the sample shows information about the series.

More Details...

Loading....
Description

In this example, you can see how to render and configure the stacked area chart. This chart visualizes data with y-values stacked one over another in a series order. It shows the relationship between individual values to the total sum of points.

Tooltips are enabled in this example. To see a tooltip in action, hover over or tap on the chart.

Injecting Module

Chart component features are segregated into individual feature-wise modules. To use stacking area series, we need to inject StackingAreaSeries module into services.

More information about stacked area series can be found in this   documentation section.