简体   繁体   中英

Highcharts Second yAxis wont scale to percent

I setup a chart: https://jsfiddle.net/hanoncs/t6rkbp1L/3/ and the second yAxis wont scale to percent. Based on what im googling I should be able to do it this way.

I added the alignTicks:false and it doesn't seem to working.

Just add correct y axis index in time serie description

name: 'OT Percent',
yAxis: 1,
...

Current implementation makes Highcharts assume your second timeserie is still in dollars

You can see more about multiple axes here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM