|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/9/2008 2:30:13 PM
Posts: 1,
Visits: 10
|
|
| Hi, I am having some difficulty getting fusion chart to load any other data except for data.xml. I have tried: A) HTMLCode = InfoSoftGlobal.FusionCharts.RenderChart("Column2D.swf", "", xmlData.ToString(), this.ID, "200", "200", true, true);where xmlData was the example provided in the documentation for dataXML method. B) HTMLCode = InfoSoftGlobal.FusionCharts.RenderChartHTML("Column2D.swf",System.Web.HttpUtility.UrlEncode("asset.xml"), "", this.ID, "200", "200", true);Both of them reports "Error in loading data." unless I place a data.xml file inside the folder which the project is running from. When that data.xml file exists, fusionchart will always attempt to load that data as oppose to the parameters provided. I have checked to ensure that the file 'asset.xml' does exist in the folder. The most buffling problem is that when I copy the fusionchart html code into blank html file, the fusion chart loads properly. The other parts of my code runs smoothly except for the fusion chart section (which I can not post for copyright reasons). Does anyone have any idea what kind of issues can cause this problem? Thank you in advance.
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 2 days ago @ 8:20:12 AM
Posts: 2,194,
Visits: 521
|
|
Hi,
Can you please send us the code at support [at] fusioncharts.com?
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|