Im using http://www.dynarch.com/projects/calendar/ calendar with fusioncharts.
Problem is, it pops up BEHIND the graph.
I tried solving it with:
graf.setTransparent(true);
graf.setDataXML(response);
when i set transparent to true nothing happens(no error).
if i use FusionChartsWMode.js i get error:
chartObj.setDataXML is not a function
chartObj.setDataXML(strDataXML);
if i call function with setTimeout set to 3 seconds, it works.