sahayaraj123 Report post Posted April 1, 2009 Please check the above image. If we move the mouse in wireless part it shows the percentage like Wireless,99.1275258803852%. I want to show only two decimal. How to do this? Thanks in advance. Share this post Link to post Share on other sites
Dhruva Report post Posted April 1, 2009 Hello sahayaraj, Could you please set the chart XML in the following way? <chart .. decimals='2' forceDecimals='1' .. > Share this post Link to post Share on other sites
sahayaraj123 Report post Posted April 1, 2009 I have set the following attribute in charts tag. But my problem is not solved. Is there any way to solve this problem?. <chart $imageURL caption='$caption' formatNumber='0' formatNumberScale='0' decimals='2' forceDecimals='1' bgColor='CADCE6,F0F0F0' bgAngle='270' bgAlpha='100,0' exportEnabled='1' exportAtClient='1' exportHandler='$instanceName'> Share this post Link to post Share on other sites
Dhruva Report post Posted April 1, 2009 Could you please remove the formatNumber attribute from the <chart> element of the XML and try again? Share this post Link to post Share on other sites
sahayaraj123 Report post Posted April 1, 2009 Thanks friend. Now its working fine. Share this post Link to post Share on other sites
Dhruva Report post Posted April 1, 2009 You are most welcome! Share this post Link to post Share on other sites