wbihl Report post Posted June 10, 2010 (edited) I am currently running FusionCharts Ent v3.1 and i have a Multi-series 3D line chart that looks like this: The problem is that i want the Y-axis values for the reputation score (line) to always show the range from 0-8, and not adapt to the current data. I've tried setting yAxisMinValue="0" and yAxisMaxValue="8" and playing around with different values for setAdaptiveYMin but i cant seem to get the chart to always show the max value without injecting a bogus value with 8 in it. I know doing this will bring the resolution of the chart down quite a bit but the client wants it like that so just bear with me. Edited June 10, 2010 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 11, 2010 Hi, Welcome to FusionCharts forum. Please try setting the value for the attribute "SYAxisMinValue" to '0' and "SYAxisMinValue" to '8' in the <chart> element. For further details please refer to the link below :- Ref.- http://www.fusioncharts.com/docs?/ChartSS/MSCol3DLineDY.html Hope this helps. Share this post Link to post Share on other sites
wbihl Report post Posted June 14, 2010 Yey! Thank you so much - that seemed to have done the trick. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 14, 2010 Hi, You are most welcome. We are glad that your issue is resolved. Keep smiling and keep FusionCharting. Share this post Link to post Share on other sites