marcolisys Report post Posted October 7, 2009 Hi all, I'm dealing with a little-big problem. I'm including a Multi-series line chart in one particular page of a web site. The problem is that when you follow the link that lead to the page including the chart that page does not load at all until the chart is ready to display completely(this ay take a few seconds). This effect is quite annoying as you can suppose. How can avoid this? I am using the Javascript way to render the chart: 1) new FusionCharts... 2) setDataURL... 3) render... Also happens with setDataXML instead of setDataURL. Everything else is fine with the chart except this problem. Your help would be very appreciated. Thanks in advance. Ciao Share this post Link to post Share on other sites
FusionCharts Support Report post Posted October 8, 2009 Hi, I am afraid, we have not encountered this issue. Could you please try executing the JavaScript after the page loads using window.onLoad? Share this post Link to post Share on other sites
marcolisys Report post Posted October 9, 2009 Hi there, I'm afraid that using window.onload does not solve the problem. It still takes near 10 seconds the page to load. So annoying. Maybe due to something else not related with FusionCharts?? Really don't know. It does not seem to be so but... Thanks anyway. If you have any other idea would be great. I go on searching. Ciao Share this post Link to post Share on other sites
FusionCharts Support Report post Posted October 9, 2009 hi, Just to verify, could you please try once commenting the FusionCharts implementation codes? Share this post Link to post Share on other sites