Leo Report post Posted November 4, 2010 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? Share this post Link to post Share on other sites
FusionCharts Support Report post Posted November 25, 2010 You can not set a max value below a value present as data in the chart. This is done just to keep the visualization intact. Accordingly, you can not set Y axis min value greater than a value present as chart data. Share this post Link to post Share on other sites