|
|
|
Junior Member
      
Group: Forum Members
Last Login: 8/30/2007 12:59:33 PM
Posts: 11,
Visits: 26
|
|
Hello
I'd like to display, in my Pie/Doughnut charts the "Label, %".
In your examples, you do it :

However, your code seem to be like that :
chart caption='Company Revenue' showPercentageValues='1'>
set label='Services' value='26' />
set label='Hardware' value='32' />
set label='Software' value='42' />
/chart>
Finally, in your docs, it says that :
showPercentValues Boolean 0/1 Whether to show percentage values in labels of the chart?
So, both showPercentValues and showPercentageValues seem to not work on my stuff. The only thing that appears on the screen is the label, never the "Label, Percentage". What could I do?
[showPercentValues='1' ]+;
[showPercentageValues='1' ]+;
[showPercentInToolTip='1' ]+;
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 9:29:56 AM
Posts: 870,
Visits: 1,385
|
|
please use
... showPercentValues='1' showValues='1' ..
to show values in percentage on the chart labels.
Regards,
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 8/30/2007 12:59:33 PM
Posts: 11,
Visits: 26
|
|
| Thanks a lot for these informations. My ShowValue was set to 0 by default and I didn't noticed it.
|
|
|
|