score:2

Accepted answer

this can happen in case no visible series has axis assigned or axis has no linkedto property set to a visible axis.

to fix it you can:

if you just want to show 2 axes for one series - set linkedto for yaxis. api reference: http://api.highcharts.com/highcharts#yaxis.linkedto

example: http://jsfiddle.net/up9lebps/2/

if you want to show 2 axes for different series - set yaxis for series. api reference: http://api.highcharts.com/highcharts#series.yaxis

example: http://jsfiddle.net/up9lebps/3/


Related Query

More Query from same tag