Sign in to follow this  
ajaykr.choudhary

NumberFormatting is not getting applied on ToolText data

Recommended Posts

Hi,

 

 

 

My query is something like this

 

 

 

My ToolTip is coming like 'total, 34,568'

 

 

 

Total is my X-Axis data label and 35,568 is basically my data value

 

 

 

but what I want is something like 'total 34,568' . I don't want comma between Total and digit.

 

 

 

Is there is someway to achieve it.

 

 

 

Thanks & Regards

 

Ajay

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello Ajay,

1. You can also opt to use toolTipSepChar="string" attribute in the <chart> element. The character specified as the value of this attribute separates the name and value displayed in tool tip.

2. You can consider using the toolText attribute for that <set> element. e.g. toolText=''total 34,568'

Ref. :http://www.fusioncharts.com/docs/?AttDesc/ToolTip.html > Custom Tool Text

 

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