qthai Report post Posted November 27, 2009 Hi, I'd like to display text label insteed of number on Y-Axis on Bubble but I can't figure out a straight forward way to do it like on X-axis, at the moment I need to hide the Y-axis values and design trends with the wanted texts. Could tou tell me if it's possible ? Thanks, Share this post Link to post Share on other sites
Guest Madhumita Report post Posted November 27, 2009 (edited) Hello, Welcome to FusionCharts Forum. 1. To hide the y-axis values please set showYAxisValues='0' and showLimits='0' in the <chart> element. 2. To display text instead of numbers on the y-axis we have a tweak. You can use trendlines instead of divisional lines and set the names accordingly. If you can provide us with your XML we can help you solve the issue as soon as possible. Edited November 27, 2009 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted November 27, 2009 Hi, Welcome to FusionCharts Forum. I am afraid that FusionCharts does not support the changing of the "YAxisValues" from Number format to String format. However, I have an idea which might be able to help you somewhat. Step 1: Use the attribute showYAxisValues='0' in the <chart> element to hide the "YAxisValues". Step 2: Customize the Trendlines Label to a text of your choice, using the attribute "text" in the <trendline> element. Ref.- http://www.fusioncharts.com/docs?/AttDesc/Trend.html Hope this helps. Please let me know how this turns out for you. Happy FusionCharting. Share this post Link to post Share on other sites
qthai Report post Posted November 27, 2009 Thank you, this solution is what I'm using. Could you tell me whether I can hide the trend line ? I set thickness to 0 but I still have the trend line on the graph. Thanks, Share this post Link to post Share on other sites
Guest Rajroop Report post Posted November 27, 2009 Hi, Could you please set alpha ='0' for this? E.g. <trendLines> <line startValue='700000' color='009933' displayvalue='Target' alpha='0' /> </trendLines> I hope this helps. Share this post Link to post Share on other sites
qthai Report post Posted November 27, 2009 It works Thanks alot Share this post Link to post Share on other sites
Guest Madhumita Report post Posted November 27, 2009 Hello, You are most welcome. Happy FusionCharting. Share this post Link to post Share on other sites