Sign in to follow this  
Gondrong

Border

Recommended Posts

How can I make the upper border not visible?? the problem is if the chart reach max (top) the chart collide with the upper border and it doesnt look good.

 

 

 

 

 

Thanks.

Share this post


Link to post
Share on other sites

Hello!

One option would be to manually increase the upper limit using yAxisMaxValue='desired value' in the <chart> element.

Eg- <chart .. yAxisMaxValue='250' ..>

I hope this helps! :)

Share this post


Link to post
Share on other sites

I see... but it wont look good if the upper number still appear. Anyway to make it not visible?

 

 

 

Ex: I have a chart with 0-100 and if there is a upper limit of 110 then I want to make it not shown.

 

 

 

Thanks for the reply.

Share this post


Link to post
Share on other sites

While that is not supported directly, there are workarounds to this using other features. If you should give us the XML you are working with, we would be glad to take a look.

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