jesser Report post Posted November 19, 2010 Hi, Im trying to set the yAxisMinValue on a single Y axis chart, But it is always overwritten with 0 ,with or without setAdaptiveYMin='1' (below example is with setAdaptiveYMin='1') even only setting adaptive Y settings sets the Y just to 0 although the min point on the chart is far higher, Is there any way to overwrite any behaviour that fusionchart has build in like checking if max is lower then the max values in the chart and min is higher that the predetermined min (which is set to 0 of the chart is positive) and the overwrite it by its own determined min/max value instead of tolerating the users choice in the example.xml below you can see the min value is not respected while the max value is ever though the min value is the lowest value in the chart, I would not expect this to be desired behaviour? the example us being used with ScrollLine2D.swf thanks in advance Share this post Link to post Share on other sites
Sanjukta Report post Posted November 19, 2010 Hi, Welcome to FusionCharts Forum! Please try not giving any blank <dataset> element in the XML. Blank elements are natively considered to be '0' hence the Y-axis minimum value is always displayed '0' . Please refer to the attached screen-shot of the rendered chart using your XML, without mentioning the blank <dataset> element is rendering perfectly. Hope this helps. Share this post Link to post Share on other sites
jesser Report post Posted November 22, 2010 Hi, Thanks for the reply, As you mentioned it i checked the XML again and found that not the blank dataset was causing the problem, but the VOC dataset has as a final <set> a value of 0.00 which caused the problem thanks alot for your assistance, it was driving me a but nuts at times Share this post Link to post Share on other sites
Sanjukta Report post Posted November 22, 2010 Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting! Share this post Link to post Share on other sites
nanda Report post Posted January 29, 2013 Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting! Dear Admin I too face the simillar issue in setting Y-axis min value to my custom required. This always set back to '0' value. I have attached image of the graph generating and the data used to generate this view. Regards --Nanda Share this post Link to post Share on other sites
Swarnam Report post Posted January 29, 2013 Hi Nanda, Can you please share the XML code? Also, please ensure "setAdaptiveYMin" as been set to '1' in the chart element. Share this post Link to post Share on other sites