darian_li Report post Posted September 17, 2012 background: my page include two chart. one is MsStackedColumn2DLineDY, another is machine state of gantt. after these both chart are renderred they are disposed to make sure render them again successfully. then problem occurred that gantt chart cannot be disposed which is 'Object doesn't support this property or method'. code demo: chart = new FusionCharts("<%=path%>/fc/swf/Gantt.swf", "esChartId", "880", "200", "0", "0"); chart.setDataURL( "<%=path%>/fc/data/Gantt.xml" ); chart.render("divEsChart"); var eschart = getChartFromId("esChartId"); eschart.dispose(); solutions: besides, i try to replace to use FusionCharts("esChartId").dispose() but it is also unuseful. appreciate you. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted September 17, 2012 Hi, Welcome to FusionCharts Forum. Can you check if you are using FusionCharts.js available with FusionWidgets XT (v3.2) or above? The easiest way to get this is to open FusionCharts.js in a text editor and check its version from the top lines. Can you please make sure the version stated in the JavaScript file is not below 3.2? Share this post Link to post Share on other sites