Sign in to follow this  
AndreyDG

Pbarloadingtext Localization.

Recommended Posts

I've tried to localize chart on russian. All messages were translated ok, but PBarLoadingText shows wrong symbols.Here is my code:

 

var renderMyChart = new FusionCharts(fileRenderChartType, "myChartDataId" + i, "100%", "100%", "0", "1");

renderMyChart.setXMLData($(this).html());

renderMyChart.setTransparent(true);

 

where fileRenderChartType="..../flash/MSColumn3D.swf?ChartNoDataText=График пустой по причине отсутствия данный для него&PBarLoadingText=Загрузка...";

 

Problem is in PBarLoadingText only. Firebug shows parameters correctly. I tried to use configure method instead of it, but i got the same result.

 

How to solve this problem?

Thanks!

Share this post


Link to post
Share on other sites

The correct property is LoadingText not PBarLoadingText, i have tested it and it works. may some one from FusionCharts update the document soon, so that it helps all.

 

Happy coding!

 

Thanks,

JavaOnFly

Edited by JavaOnFly

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