sanjshah

Pie Charts - Hide labels

Recommended Posts

Hi,

I have tried to hide the labels on a pie chart but cannot get this to work:

Response.Write("<chart caption = '" & title &" ' &pieYscale='"& 45 & "' showPercentageInLabel ='"& 0 &" ' &showLabels='"& 0 &" ' &showValues='"& 0 &" ' &pieRadius ='"& 100 &"'>" & vbCrLf)

Any ideas?

Thanks

Share this post


Link to post
Share on other sites

Thanks I tried that but the values displays:

<?xml vesion="1.0" encoding="ISO-8859-1"?>

<chart caption = 'Handover Status ' pieYscale='55' showPercentageInLabel ='0' enableSmartLabels='0 ' showLabels='0 ' showValues='0 ' pieRadius ='100'>

<set value='0' color='B3FFB3' label = 'Completed' enableSmartLabels='0'/>

<set value='298' color='FF7979' label = 'Outstanding' enableSmartLabels='0'/>

</chart>

I would like to only show the information when the user mouseover the relevant segment.

Thanks

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

We have tested your XML codes in our lab and it seems to work fine.

Please make sure that you should not be providing any space inside the single quotes while declaring the value of an attribute in the XML file.

Ref.- showLabels='0 ' showValues='0 '

Also, please try using the XML that we are sending you as an attachment.

Hope this helps. :)

pie.xml

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

You are welcome.

Glad that your issue is resolved.

Keep smiling and keep FusionCharting. :)

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