webshaker Report post Posted April 8, 2014 Hi I've got a big problem. I can't update de chart content dynamically with Internet Explorer (I'm using version 11. I do not know for other version) Everything works with FireFox and Chrome. But under IE11 the debug do not show me the ajax call The problem can be seen here http://statxpress.officexpress.fr use Identifiant : demo Mot de passe : demo Once you are connected click on "Analyser" Try then to select the year 2013 by clicking directly on the chart... The chart displaying stats by month will not be updated ! If you start the IE debugger (F12) you will see the ajax call to /eproc/ajax/stat-by-month.php is even not made. With the other browser the call is correctly made ! I've check I do not have duplicate HTML object using the same id !!! I've tryed the last version of FusionChart. The problem is still there. Share this post Link to post Share on other sites
webshaker Report post Posted April 8, 2014 (edited) I have extra information about the problem. the debugmode of Fusion Chart says #76 [by_month] fired "dataloadrequested" event. #77 [FusionCharts] fired "error" event. #1110111515A FusionChartsXmlHttprequest Error Error >> InvalidStateError #78 [by_year] fired "linkclicked" event. Edited April 8, 2014 by webshaker Share this post Link to post Share on other sites
webshaker Report post Posted April 8, 2014 I finally found the problem it comes from this line k.overrideMimeType && k.overrideMimeType("text/plain"); into the FusionChart.js file I don't care about the typemime of the call so I can remove it ! Share this post Link to post Share on other sites
Swarnam Report post Posted April 9, 2014 Hey, It is a known issue and our developers have internally fixed the issue. Glad to know you have resolved the issue at your end. :-) Share this post Link to post Share on other sites
Sanjukta Report post Posted June 24, 2014 Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps. Share this post Link to post Share on other sites