ezee Report post Posted June 3, 2015 Hi, I am creating a column 2d graph in my html page and I would like to display some enclosed letters (i.e Ⓑ) in the bar displayvalue attributes. I tried couple ways to include the letters by including the actual letter, using the Hex entity (Ⓐ), and using the Dec entity (Ⓐ). As you can see from my screenshot, I am able to see the enclosed letters properly using all three on the bottom of my page, but in the actual fusioncharts graph I am seeing a blank square and totally different symbols. I believed I followed the instructions in the link below and I am using the data string method to pass in my values. Maybe I am misunderstanding the instructions or these are completely different for what I want to do, but any help/advice would be appreciated! http://docs.fusioncharts.com/charts/contents/advanced/special-chars/SpChar.html Thanks! Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted June 4, 2015 Hi, To use multi-lingual characters on the chart, you necessarily need to use UTF-8 encoded XML. The XML file or stream requires a BOM stamp to be present as the very first three bytes of the file. Please refer the link for further assistance: http://www.fusioncharts.com/dev/usage-guide/how-to-guides/using-special-characters-in-a-chart.html Hope this helps. Feel free to revert back to us for any other queries. Thanks. Share this post Link to post Share on other sites