zhenghaoju Report post Posted March 9, 2010 I want to change the powercharts right-click menu into chinese please help me !!! Share this post Link to post Share on other sites
Guest Madhumita Report post Posted March 9, 2010 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