HighCharts - two Y-axis, one with max value

前端 未结 3 1641
清歌不尽
清歌不尽 2021-02-19 22:45

I have problem with Highcharts, I\'ve set right Y-axis to min:0 and max:100 (it\'s %) but it won\'t work and make 125 percentage. What\'s wrong?

http://jsfiddle.net/SdTc

3条回答
  •  情深已故
    2021-02-19 23:41

    You may also use a combination of the solutions above (worked for me):

    alignTicks: false (chart)
    max:100 (on % axis)
    gridLineWidth: 0 (on second Y axis)
    

提交回复
热议问题