Sign in to follow this  
damkon

Weird X-Axis Limits When Having Negative Values On Stacked Column 2D Chart

Recommended Posts

I'm using recent (3.2.1) version of Stacked Column 2d chart. I get strange results when having negative values. You can see in the example that when having just 2 categories, one series with values 20 and -20, the limits on X-axis range is (-44,66) which seems for me far too wide. I know it is a bit degenerated example, but it is only to emphasise the problem.

What is the algorithm (what should I expect) for generating axis limits ?

post-12229-059182100 1306257204_thumb.png

StCol2D1.xml

Share this post


Link to post
Share on other sites

Hi,

 

Please try setting the desired values for the attribute "yAxisMinValue" and yAxisMaxValue" in the <chart> element of the XML to explicitly specify the Y-axis limits.

 

Hope this helps. :D

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