Gondrong Report post Posted April 21, 2009 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
Dhruva Report post Posted April 21, 2009 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
Gondrong Report post Posted April 21, 2009 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
Dhruva Report post Posted April 22, 2009 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