marcotteDan Report post Posted August 6, 2007 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' ]+; Share this post Link to post Share on other sites
FusionCharts Support Report post Posted August 9, 2007 please use ... showPercentValues='1' showValues='1' .. to show values in percentage on the chart labels. Regards, Share this post Link to post Share on other sites
marcotteDan Report post Posted August 10, 2007 Thanks a lot for these informations. My ShowValue was set to 0 by default and I didn't noticed it. Share this post Link to post Share on other sites