See this JSFiddle. How do I get the y-axis zero to align?
I know it's been two year. However, I did found a better solution compare to exist solution which was given in previous answers. My solution is still using setExtremes to set min, max for yAxis but with better exception handling which are extremely good to show()
and hide()
any plot.
Solution: link
Github: link