Turning axis on and off dynamically
Opened this issue · 0 comments
glend1 commented
When turning axis on and off dynamically via the plot.draw() method;
plot.getOptions().yaxes[key].show = true;
fails on the multiple passes because;
axesLabels[axisName] is undefined (line 449)