I created a chart edit tool do change some values after the chart is displayed.
If I set the axisY.minimum to a value, I cant later revert to a automatically calculated value.
chart.options.axisY.minimum=5;
chart.options.axisY.minimum=auto; //doesn’t work
Is possible to implement this?