jiahui Report post Posted December 23, 2008 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
Arindam Report post Posted December 23, 2008 Hi, you can use <chart> attribute - showPercentageValues='0' . e.g. <chart ..... showPercentageValues='0' .... > also see this forum post http://www.fusioncharts.com/forum/FindPost9420.aspx Share this post Link to post Share on other sites
jiahui Report post Posted December 23, 2008 Thank you for yours fast reply. But what I meant is not just the symbol of percentage but also the value. Share this post Link to post Share on other sites
Arindam Report post Posted December 23, 2008 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