0
votes

Referring the URL, how can I hide values around Pie chart? I need to do it to consume the space. I am unable to find the way to do it.

I am using Free version of Fusion Charts

2

2 Answers

1
votes

Try

<chart [..........] showLabels='0' showValues='0' [...........]  >
1
votes

Try using showNames='0' showValues='0' in the <chart> element.