Ati Report post Posted December 16, 2014 Hi, When the values on the yaxis are between 0 and 2.5, the auto scale goes up to 5, so half of the graph is blank. I have attached the chart screenshot.Since the data is dynamic from the database, using yAxisMaxValue='3' cannot be an option.This question has been already asked, but the recommended solutions do not work.Do you have any other recommendations? Share this post Link to post Share on other sites
Nabajeet Report post Posted December 17, 2014 Hi, While upadating the data from the database, you can find the maximum among the values and update the yAxisMaxValue using setChartAttribute() method. Please refer to:http://docs.fusioncharts.com/FusionCharts.methods.html#setChartAttribute Share this post Link to post Share on other sites