How can I force multiple y-axis in Highcharts to have a common zero

后端 未结 7 1400
萌比男神i
萌比男神i 2021-01-02 00:32

See this JSFiddle. How do I get the y-axis zero to align?

7条回答
  •  自闭症患者
    2021-01-02 00:37

    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

提交回复
热议问题