thethakuri Report post Posted September 29, 2010 I have two different Charts on the same page. they both work perfectly , separately. but when trying to run both at the same time or toggle (with div display) usually one shows up and the other just reads "Charts." I believe its the issue of redefining functions in FusionCharts.php and maybe FusionCharts.js by two separate charts. There must be a way around it. Please advise ! Share this post Link to post Share on other sites
satishssrc Report post Posted September 30, 2010 I have two different Charts on the same page. they both work perfectly , separately. but when trying to run both at the same time or toggle (with div display) usually one shows up and the other just reads "Charts." I believe its the issue of redefining functions in FusionCharts.php and maybe FusionCharts.js by two separate charts. There must be a way around it. Please advise ! Share this post Link to post Share on other sites
satishssrc Report post Posted September 30, 2010 Hi thethakuri, From what I understood, I think you have to give each chart a different (unique) label in the echo renderchart() or renderchartHTML () functions. I think that is the reason. Hope this helps, satish Share this post Link to post Share on other sites
thethakuri Report post Posted September 30, 2010 Hi thethakuri, From what I understood, I think you have to give each chart a different (unique) label in the echo renderchart() or renderchartHTML () functions. I think that is the reason. Hope this helps, satish I don't know what do you mean by label, but if your're talking about the xml container (I'm using dataxml), then I already have given them different names eg. $strXML & $supXML Share this post Link to post Share on other sites
thethakuri Report post Posted September 30, 2010 I don't know what do you mean by label, but if your're talking about the xml container (I'm using dataxml), then I already have given them different names eg. $strXML & $supXML Sorry, got it. Thanks Satish, you're the man !!! Share this post Link to post Share on other sites
satishssrc Report post Posted September 30, 2010 Hey, I am glad that helped. I made the same mistake when I started of working with fusion charts... have a good one!!! satish Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted October 1, 2010 Happy FusionCharting. Share this post Link to post Share on other sites