Abid Sofi Report post Posted May 14, 2014 (edited) Hi, I want to show the pound sign £ before any amount in fusion charts annotation text as label. Can you please help. Thanks. Edited May 14, 2014 by Abid Sofi Share this post Link to post Share on other sites
Bindhu Report post Posted May 15, 2014 Hi Abid, Can you please elaborate a bit more? Are you using text Annotations? If yes, then you may directly use the pound symbol in the label attribute. Ref. Code: <annotation type='text' x='70' y='155' fontSize='12' isBold='1' label=' £100' color='FFFFFF'/> Please find attached screen shot. Hope this helps! Share this post Link to post Share on other sites
Abid Sofi Report post Posted May 15, 2014 Hi, I am using below piece of code <annotation type='text' x='95' y='190' fontSize='12' bold='1' label='(7709.34 K, £ 314.49 M)' color='008000' align='left' font='arial' wrap='1' wrapWidth='150' /> And it shows as in the screen shot, attached. Share this post Link to post Share on other sites
Bindhu Report post Posted May 15, 2014 Hi, Can you please encode it using %A3? Ref Code: label='(7709.34 K, %A3 314.49 M)' Hope this helps! Share this post Link to post Share on other sites
Abid Sofi Report post Posted May 15, 2014 Hi, It shows the same code on the screen %A3 instead of £ sign. Thanks. Share this post Link to post Share on other sites
Bindhu Report post Posted May 16, 2014 Hi, Can you please try saving the page with UTF-8 encoding and see if it helps? Please refer: http://docs.fusioncharts.com/charts/contents/advanced/special-chars/SpChar.html Hope this helps! Share this post Link to post Share on other sites