This is how I call the chart.
var myChart=new FusionCharts("<%=EXT_LIB_PATH%>/FusionCharts/StackedBar2D.swf","compInfoid","320","200","0","1");
myChart.setDataURL(escape("claimLCTDashboard.do"));
myChart.render("compinfo");
claimLCTDashboard.do will take some times to generate the xml for the chart. Therefore, it would be nice to see the progress bar moving when the xml is generating. Thanks.
Ian