Sign in to follow this  
qthai

Y-axis label on Bubble

Recommended Posts

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

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 by Guest

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

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

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

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

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