Sign in to follow this  
ezee

Display Enclosed Letter Unicode Characters In Graph

Recommended Posts

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

 

post-66019-0-21827000-1433345798_thumb.png

 

Thanks!

Share this post


Link to post
Share on other sites

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this