﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FusionCharts Forum / FusionCharts v3 / Using FusionCharts / FusionCharts and ASP.NET  / Render chart twice on the same page is giving error / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FusionCharts Forum</description><link>http://www.fusioncharts.com/forum/</link><webMaster>support@fusioncharts.com</webMaster><lastBuildDate>Tue, 14 Oct 2008 14:45:44 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Render chart twice on the same page is giving error</title><link>http://www.fusioncharts.com/forum/Topic5682-32-1.aspx</link><description>Thanks Arindam, Its working fine now :)&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Gurmeet</description><pubDate>Wed, 16 Apr 2008 08:59:05 GMT</pubDate><dc:creator>gurmeetx</dc:creator></item><item><title>RE: Render chart twice on the same page is giving error</title><link>http://www.fusioncharts.com/forum/Topic5682-32-1.aspx</link><description>Hi Gurmeet,&lt;BR&gt;   Due to swf Cache your problem was occurring. So please clear your swf cache. Please use this way, I thing this will help you for solve this problem.&lt;BR&gt;   &lt;BR&gt;echo renderChart("Code/FusionCharts/FCF_MSLine.swf&lt;FONT color=#ff1111&gt;?noCache=1&lt;/FONT&gt;", "", $strXML1, "sales1", 600, 350,false,false);&lt;BR&gt;echo renderChart("Code/FusionCharts/FCF_MSLine.swf&lt;FONT color=#ff1111&gt;?noCache=2&lt;/FONT&gt;", "", $strXML1, "sales2", 600, 350,false,false);</description><pubDate>Wed, 16 Apr 2008 07:54:18 GMT</pubDate><dc:creator>Arindam</dc:creator></item><item><title>Render chart twice on the same page is giving error</title><link>http://www.fusioncharts.com/forum/Topic5682-32-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;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".&lt;br&gt;&lt;br&gt;&lt;br&gt;	echo renderChart("Code/FusionCharts/FCF_MSLine.swf", "", $strXML1, "sales1", 600, 350,false,false);&lt;br&gt;	echo renderChart("Code/FusionCharts/FCF_MSLine.swf", "", $strXML1, "sales2", 600, 350,false,false);&lt;br&gt;&lt;br&gt;but if I create one more copy of the same swf file in the same folder(say [b]FCF_MSLine1.swf[/b])  and specify that for the second chart, then it is working fine.&lt;br&gt;&lt;br&gt;&lt;br&gt;	echo renderChart("Code/FusionCharts/FCF_MSLine.swf", "", $strXML1, "sales1", 600, 350,false,false);&lt;br&gt;	echo renderChart("Code/FusionCharts/[b]FCF_MSLine1.swf[/b]", "", $strXML1, "sales2", 600, 350,false,false);&lt;br&gt;&lt;br&gt;&lt;br&gt;Please help me .&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Gurmeet&lt;br&gt;&lt;br&gt;</description><pubDate>Wed, 16 Apr 2008 07:25:58 GMT</pubDate><dc:creator>gurmeetx</dc:creator></item></channel></rss>