score:11

Accepted answer

i was incorrectly setting the new values, eg:

chart.options.yaxis.tickinterval = markinterval;

should be

chart.yaxis[0].options.tickinterval = markinterval;

then everything works as expected.


Related Query

More Query from same tag