gurmeetx

Members
  • Content count

    2
  • Joined

  • Last visited

About gurmeetx

  • Rank
    Forum Newbie
  1. Thanks Arindam, Its working fine now Regards, Gurmeet
  2. Hi, I am trying to execute renderchart twice in my code and except the chartid all the parameter are same. But only first chart is getting displayed and for the second one I am seeing "Error in displaying data". echo renderChart("Code/FusionCharts/FCF_MSLine.swf", "", $strXML1, "sales1", 600, 350,false,false); echo renderChart("Code/FusionCharts/FCF_MSLine.swf", "", $strXML1, "sales2", 600, 350,false,false); but if I create one more copy of the same swf file in the same folder(say FCF_MSLine1.swf) and specify that for the second chart, then it is working fine. echo renderChart("Code/FusionCharts/FCF_MSLine.swf", "", $strXML1, "sales1", 600, 350,false,false); echo renderChart("Code/FusionCharts/FCF_MSLine1.swf", "", $strXML1, "sales2", 600, 350,false,false); Please help me . Regards, Gurmeet