gtorrico Report post Posted June 26, 2012 The height of the errorbars on ErrorBar2D seems to be off when setAdaptiveYMin is set to 1. Please note that all three charts are using same errorValues in the Firebug console. Here is the ErrorBar2D with setAdaptiveYMin set. Notice how the the errorbar only goes up to somewhere below 66 on the y axis: Here is the ErrorBar2D with setAdaptiveYMin not set. The errorbar goes to approximately 69: For reference here is a scatter plot with setAdaptiveYMin set. The errorbar again goes to approximately 69: Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 27, 2012 The height of the errorbars on ErrorBar2D seems to be off when setAdaptiveYMin is set to 1. Please note that all three charts are using same errorValues in the Firebug console. Here is the ErrorBar2D with setAdaptiveYMin set. Notice how the the errorbar only goes up to somewhere below 66 on the y axis: Here is the ErrorBar2D with setAdaptiveYMin not set. The errorbar goes to approximately 69: For reference here is a scatter plot with setAdaptiveYMin set. The errorbar again goes to approximately 69: Hi, Can you paste your XML code here? Share this post Link to post Share on other sites
gtorrico Report post Posted June 27, 2012 We are actually using JSON, here is a file containing the JSON for errorbar2d with adaptiveYMin set and not set: errorbar2d-json.zip Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 28, 2012 We are actually using JSON, here is a file containing the JSON for errorbar2d with adaptiveYMin set and not set: errorbar2d-json.zip Hi, The setAdaptiveYMin attribute lets you set whether the y-axis lower limit would be 0 (in case of all positive values on chart) or should the y-axis lower limit adapt itself to a different figure based on values provided to the chart. And when setAdaptiveYMin='0' chart takes initializes the yAxis min value from "0". For more information, refer this URL: http://docs.fusioncharts.com/powercharts/Contents/?ChartSS/ErrorBar.htm Hope this helps. Share this post Link to post Share on other sites
gtorrico Report post Posted June 28, 2012 Hi, The setAdaptiveYMin attribute lets you set whether the y-axis lower limit would be 0 (in case of all positive values on chart) or should the y-axis lower limit adapt itself to a different figure based on values provided to the chart. And when setAdaptiveYMin='0' chart takes initializes the yAxis min value from "0". For more information, refer this URL: http://docs.fusionch...SS/ErrorBar.htm Hope this helps. I understand that, but the problem is that the error bar height is incorrect when the value is set to 1. If you look at the screenshots I attached you'll see that the error bar value(12) for the first value (57) should be going up to around 69. When adaptiveYMin is set to 0, this is indeed the case. However, when it is set to 1, it only goes up to around 59. Why is that? Share this post Link to post Share on other sites