Sign in to follow this  
saratfusion

Issue with displaying strring in fusionchart

Recommended Posts

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 by Guest

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this