andylau

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by andylau

  1. MSLine can run successfully in the Google Chrome,when running in the IE8,no eerors reported,but no data lines displayed.Awaiting for help.Thanks.
  2. Not supporting to pass arguments in the method setXMLData() in the IE8. take for example: var chart=new FusionCharts(...); var str="<chart><set value='1'/></chart>"; chart.setXMLData(str);//can't run in the IE8 but chrome can chart.render(); chart.setXMLData("<chart><set value='1'/></chart>");//run successfully in the IE8 what is the reason?