Sign in to follow this  
jiahui

How to disable the percentage value not to show?

Recommended Posts

Hi,

I'm using free version Fusion charts V3 software. Could anyone show me how to disable the percentage value not to show in Pie chart?

Very appreciate if someone could assist me asap.

Thank you 

Share this post


Link to post
Share on other sites

Hi,

you can use <chart>  attribute - showValues='0' .

e.g.

<chart ... showValues='0' ... >

also you can follow this.

showPercentValues Boolean 0/1 Whether to show percentage values in labels of the chart?
showPercentInToolTip Boolean 0/1 Whether to show percentage values in tool tip?
showLabels Boolean 0/1 Whether to show labels on the chart?
showValues Boolean 0/1 Whether to show values on the chart?

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