Hi,
I have been trying to implement on option on our graphs that allow users to increase or decrease the max or minvalues. This can be quite useful so that users only view the specific range and ignoring the extreme values that are usually aberations.
This basically works until I try to decrease the max y-axis value below the max value plotted on the graph or the increase the y-axis above the min value plotted. The chart allows me to change the value and if i check the value via a javascript alert it changes but when the chart is rendered it would appear to be a check to disallow this behaviour.
Is there a way to achieve my goal that I am missing or is this not possible currently?