I am currently utilizing FusionCharts to generate and display graphs.
My requirement is to load over 60 graphs on a single page.
Upon testing the page loading in Internet Explorer 11, it is taking approximately 5 minutes. However, when using Google Chrome, the page loads in less than a minute.
Can you provide guidance on how to proceed in identifying and resolving this issue?
If necessary, please let me know if additional information is needed.
Thank you for your assistance!
FusionCharts version: 3.2
IE version: IE 11
Code:
graph = new FusionCharts(<name>, graphId, width, height, "0");
graph.setDataURL(BrowserUtilities.encodeURLParameter(url));
graph.render("divid");