Area charts with percentage values
With percentage stacking, an area chart fills all of the vertical space available with its series sized in a proportional manner. Area charts with percentage stacking can be configured by setting stacking
to percent
in the plotOptions
component:
plotOptions: { area: { stacking: 'percent' } }
This code will produce the following proportional-stacked area chart: