Sign in to follow this  
zhenghaoju

How to right-click menu into chinese

Recommended Posts

Guest Madhumita

Hello,

I'm afraid, as of noe FusionCharts does not support conversion of the Right-Click Menu entirely into Chinese.

You can change the default "About FusionCharts" context menu item to show your label and link it to your own URL. There you can use Chinese Characters to show your custom Menu Item. ref. - http://www.fusioncharts.com/docs/Contents/AttDesc/CustomAboutMenu.html

e.g. <chart yAxisName='Sales Figure' caption='Top 5 Sales Person' numberPrefix='$' useRoundEdges='1' showAboutMenuItem='1' aboutMenuItemLabel='??????' aboutMenuItemLink='n-http://www.mycompany.com'>

 <set label='Alex' value='25000' />

 <set label='Mark' value='35000' />

 <set label='David' value='42300' />

 <set label='Graham' value='35300' />

 <set label='John' value='31300' />

</chart>

For this you need to add BOM Mark to your XML file.

ref. - http://www.fusioncharts.com/docs/Contents/SpChar.html

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