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:

Area charts with percentage values
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.227.52.7