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.