Sign in to follow this  
Umesh

how to display special character like (←,→↓,↑) into X axies Lable

Recommended Posts

Hi Umesh,

Welcome to FusionCharts Forum. :)

i have to display some special character as lable of axies like arrows

In case you are using setDataURL method to render your chart you can directly mention the arrow sign (?/?/?/?) as the string value for the attributes xAxisName and yAxisName in the <chart> element.

To achieve proper display of the arrow sign on the chart, you need to use UTF-8 encoded XML. Also, the XML file/stream does require a BOM stamp.

For further details on the above, please refer to the following link:

Ref.- http://www.fusioncharts.com/docs?/SpChar.html

Hope this helps. :)

Share this post


Link to post
Share on other sites

Hi Sanjukta,

Thanks for you replay.

I insert encoding into the static XML file and it's work.

Again Thanks for your answer :)

 

 

 

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