Sign in to follow this  
nickarh

"pbarloadingtext" Not Working In Pure Javascript Mode

Recommended Posts

I'm using pure javascript charts and all threads seems to discuss issues in Flash mode.

 

Here is my javascript:

 

<script type="text/javascript"><!--
 
var myChart = new FusionCharts( "Bar2D", "myChartId", "700", "260", "0", "0" );
myChart.setXMLUrl("../xml/3-3_chart_02_fr.xml");
myChart.configure("PBarLoadingText", "Chargement du schéma interactif");
myChart.render("chartContainer");
 
// -->  
</script>
 
I found a thread that suggested using "LoadingText" instead of "PBarLoadingText" but neither works for me... I just get the default "Loading Chart. Please Wait." message. The chart renders fine it's just that I can't seem to set the loading text. Oh, and it's not the accented character because I tried just using "QQQ" as the replacement text and that didn't work either.
 
Is it a limitation of javascript charts or am I doing something wrong? Would there be a functioning work around to hide the loading text entirely?
 
 
 
 

 

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi Nickarh,

 

Welcome to FusionCharts Forum.

 

Could you please let us know the exact version of FusionCharts XT is being used at your end?

 

We have tested by setting "LoadingText" to some custom message (having with or without accented characters) in "configure()" method and it is working fine for JavaScript charts using FusionCharts XT V3.3.0 Evaluation files.

 

Awaiting your response.

Share this post


Link to post
Share on other sites

Sorry, issue resolved... I had multiple instances of FusionCharts on the server.

 

I can confirm that "LoadingText" does work in pure Javascript mode with version 3.3.0.

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