saratfusion Report post Posted May 20, 2010 (edited) Hi All, I am trying to display the chart by converting the xml file into string and pass it to setDataXml("XmlString"); as shown below : Unable to read the xml string var chart1 = new FusionCharts("../FChart/MyColumn2D.swf", "chart1Id", "900", "400", "0", "1"); chart1.setDataXML("XmlString"); chart1.render("chart1d"); Chart was coming fine when i access the application in exploded format. But the chart was not displaying when its deploying in ear format. Please help me out to resolve this issue. Thanks in Advance...:cool: Edited May 20, 2010 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted May 21, 2010 Hi, Welcome to FusionCharts forum. Could you please send us the sample code that you are using to render the chart as an attachment? Awaiting your reply. :hehe: Share this post Link to post Share on other sites