I am trying to make a stacked area highcharts image. Upon searching for the past two hours to set the y-axis max values as the max value of the stack, I was unsuccessful.
enter code here
http://jsfiddle.net/ms3zcp18/
In the above link, I want the y-axis to be 5268 (doesn't care if it is billions or millions) and not 10. The 10 represents the total 10billion in 2050 but I only want the maximum of 2050 which is 5268 millions as my y-axis. Min value of my y-axis can be 0.
Everyone is speaking about plain charts but stacked area chart max y-axis is not discussed across all forums. I could be wrong too because I only did 2hrs worth of research. And if possible, can the new edit be at the end of javascript file because I am already using the existing javascript file with specific line numbers to make new charts.
Thanks in advance.