smith Report post Posted March 2, 2009 I maded the code that display the following: Chart. //Instantiate the Chart var chart_productsales = new FusionCharts("/directory/Pie2D.swf", "productsales", "450", "300", "0", "0"); //Provide entire XML data using dataXML method chart_productsales.setDataXML("") //Finally, render the chart. chart_productsales.render("productsalesDiv"); But only display "chart" text. I can not use URLData and the examples for Pie charts are URL Method. Thank you. Share this post Link to post Share on other sites
Guest Angie Report post Posted December 15, 2010 Hi, Welcome to FusionCharts Forum! Please refer to the link below for more information; http://www.fusioncharts.com/docs/?FirstChart/FirstChart.html http://www.fusioncharts.com/docs/?FirstChart/ChangeChart.html Hope this helps. Share this post Link to post Share on other sites