nickarh Report post Posted April 1, 2013 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 Report post Posted April 2, 2013 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
nickarh Report post Posted April 2, 2013 FusionCharts XT Professional 3.3.0 (January 2013) Share this post Link to post Share on other sites
nickarh Report post Posted April 2, 2013 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
Guest Sashibhusan Report post Posted April 3, 2013 Glad to hear your issue has been resolved. Share this post Link to post Share on other sites