Filip Stanek Report post Posted March 18, 2010 Please pass this on to your developers: In the core.charts.StackedColumn2DChart file (version 3.1 - ActionScript ), on line 477, you are commenting out the following code: this.params.yAxisMinValue = atts["yaxisminvalue"]; There is a comment above this line that users cannot set the yAxisMinValue since it always emanates from 0. Although this may have been true in your previous version of FusionCharts, it is certainly possible to have a stacked column 2D chart with both positive and negative values in the same column in your current version of FusionCharts. I have uncommented this line, and now I get the appropriate behavior when I set the yAxisMinvalue for this chart. You should 'fix' this by uncommenting the code in the next release of FusionCharts. Share this post Link to post Share on other sites
Pallav Report post Posted March 19, 2010 Hi, Thanks for your comment. We've intentionally included this comment in this line of code - but keeping the functionality intact. This is from a fundamental charting concept. In a stacked chart, if you set the y-axis min value to something other than 0, the comparison of various stacked items will not be visually same. The first item (with same data value) will ALWAYS look smaller in comparison to other items - thereby leading to visual aberration. Share this post Link to post Share on other sites