Sign in to follow this  
johns

Values Overlapping Bar

Recommended Posts

hi,

 

i have a single series 2D chart with 3 bars - see the image and XML attached.

my problem is now, that for some values the values are overlapping the bars.

i have set the values to be outside the bar: placeValuesInside="0".

 

does anybody have a solution?

thanks a lot!

post-21904-0-77869300-1317104638_thumb.gif

xml.zip

Edited by johns

Share this post


Link to post
Share on other sites

Hi,

 

Could you please try setting the attribute "rotateValues" to '1' in the <chart> element to prevent the overlapping of the labels with the columns?

 

Hope this helps. :)

Share this post


Link to post
Share on other sites

... the attribute "rotateValues" to '1' ...

 

hi!

i knew that one and it surely it works.

but i dont really want to rotate the values :)

users are complaining here that it is difficult to read which i partly agree.

is there no other way to fix this? in other words its a bug?

Share this post


Link to post
Share on other sites

Hi,

 

Please note that if the values are too big to fit within a column, naturally i would exceed that space and might overlap with the column. Also, alternately, if the height of a column is too large then it would also fit in the value so that it is displayed.

 

Could you please set a higher value (little higher than the maximum datavalue in the XML) for the attribute "yAxisMaxValue" so that the data value is display outside the column properly?

 

Hope this helps. :)

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