ultifinal Report post Posted July 13, 2010 The chart will appear within this DIV. This text will be replaced by the chart. var xmldata = ''; var myChart = new FusionCharts("../Charts/Column2D.swf", "myChartId", "500", "300", "0", "1"); myChart.setDataXML(xmldata); myChart.render("chartdiv"); Share this post Link to post Share on other sites
Sanjukta Report post Posted July 13, 2010 Hi, Could you please enable the parameter registerWithJS to "1" to register the chart with JavaScript? It's the last parameter in FusionCharts constructor function. Ref.- var chart1 = new FusionCharts("../../FusionCharts/Column3D.swf", "chart1Id", "400", "300", "0", "1"); If you are running the application from local file system and not from web server (local or live) please check that you have Flash Player Global Security settings set on. To read more on this please read: http://www.fusioncharts.com/forum/Topic5009-47-1.aspx#bm8077 Hope this helps. Share this post Link to post Share on other sites
ultifinal Report post Posted July 13, 2010 Fantastic!! Your note on "Flash Player Global Security settings" clicked! That was the problem!! I really appreciate the quick turnaround! Vaibhav. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 13, 2010 Hey Vaibhav, As they say ... Don't walk behind me... Don't walk infront of me... Walk with me. We try to emulate this in FusionCharts Support. Glad to know your issue is resolved. Have a great day! Share this post Link to post Share on other sites