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: