chiranjeevi501 Report post Posted February 22, 2013 HI, First of all thanks to fusion charts, it made my job easier. I have small issue with Line chart. my values range for chart is [0.5 - 1.0], how can i set Y-Axis minimum values as 0.5 and maximum value is 1.0? Please help me. Thanks and Regards, Chiranjeevi Share this post Link to post Share on other sites
Sanjukta Report post Posted February 23, 2013 Hi, HI, First of all thanks to fusion charts, it made my job easier. I have small issue with Line chart. my values range for chart is [0.5 - 1.0], how can i set Y-Axis minimum values as 0.5 and maximum value is 1.0? Please help me. Thanks and Regards, Chiranjeevi Welcome to FusionCharts Forum! Could you please try setting "yAxisMinValue='0.5' " and "yAxisMaxValue='1.0' " in the <chart> element of the XML and see if this helps? Ex: <chart ... yAxisMinValue='0.5' yAxisMaxValue='1.0' > Hope this helps. Share this post Link to post Share on other sites