coskier Report post Posted May 23, 2007 I specified a yAxisMaxValue='3.10' for a line chart I am doing, but the max value in the y axis is actually displays at 4 - way too high for what I want. Share this post Link to post Share on other sites
Pallav Report post Posted May 24, 2007 Please make sure that none of your values are greater than 3.10 Share this post Link to post Share on other sites
coskier Report post Posted May 30, 2007 (edited) None of the values are. There are no plot points above this part of the chart. The chart in question is at http://www.encompassmag.com/aaa/fuel_prices.html Edited May 30, 2007 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted June 1, 2007 In this chart, the first two values are 3.33 and 3.34, which causes your forced y-axis max value to invalidate. Share this post Link to post Share on other sites
Wilbert Report post Posted January 21, 2009 So the real data overrules the YAxisMaxValue setting. Could you explain to me why? Because I want to be able to "zoom in" on graphs. I would imagine this would be possible by setting YAxisMaxValue (and XAxisMaxValue). Share this post Link to post Share on other sites
Pallav Report post Posted January 21, 2009 In FusionCharts, all the data values need to be contained within the specified axis limits. Currently, we do not support zoom-in. Share this post Link to post Share on other sites
Wilbert Report post Posted January 22, 2009 Hi Pallav, thanks for the quick response. I hope you guys would take into consideration implementing such functionality (parameterisable, i.e. some checkbox option in which you can set whether YAxisMaxValue should prevail or the actual data), as I have some customers asking for it. But for now thanks again for your reply. Share this post Link to post Share on other sites