Sign in to follow this  
nih

How to show Percentage instead of actual numbers in 3D Pie chart

Recommended Posts

Hi All,

In 3D Pie chart it shows actual numbers for each slice. When bring cursor over a slice it shows %. I want the reverse. I want to show percent value on the chart and actual number when bring cursor over the chart. How could I do this?

Thank you,

Share this post


Link to post
Share on other sites

You may use a combination of these attributes to create any formatting:

<chart ... showPercentValues='1/0'  showPercentInToolTip='1/0' ... >

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Welcome to FusionCharts forum. :)

Please try setting the "forceDecimals" attribute in the <chart> element to '1' and the "decimals" attribute in the <chart> element to '2'.

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