nih Report post Posted August 24, 2007 Hi All, In 3D Pie chart it shows actual numbers for each slice. When bring cursor over a slice it shows %. I want the reverse. I want to show percent value on the chart and actual number when bring cursor over the chart. How could I do this? Thank you, Share this post Link to post Share on other sites
Pallav Report post Posted August 26, 2007 You may use a combination of these attributes to create any formatting: <chart ... showPercentValues='1/0' showPercentInToolTip='1/0' ... > Share this post Link to post Share on other sites
gostop323 Report post Posted April 14, 2010 Now the % is 23.23434234234%,how can I show it as 23.23% Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted April 20, 2010 Hi, Welcome to FusionCharts forum. Please try setting the "forceDecimals" attribute in the <chart> element to '1' and the "decimals" attribute in the <chart> element to '2'. Hope this helps. Share this post Link to post Share on other sites