Sign in to follow this  
Filip Stanek

StackedColumn2DChart and yAxisMinValue

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this