Billybob

Members
  • Content count

    1
  • Joined

  • Last visited

Everything posted by Billybob

  1. 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. 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.