jfetner Report post Posted June 12, 2013 I am using an AJAX call to load my charts. Occassionally I get an error on some of the charts. It seems to be random so I am wondering if it may be related to loading the charts via AJAX? This is the error I get: Collection was modified; enumeration operation may not execute. at System.Collections.Hashtable.HashtableEnumerator.MoveNext() at InfoSoftGlobal.FusionCharts.FC_Transform(Hashtable arr, String tFormat, Boolean ignoreBlankValues) at InfoSoftGlobal.FusionCharts.fc_encodeJSON(Hashtable json, Boolean enclosed) at InfoSoftGlobal.FusionCharts.RenderChartALL(String chartSWF, String dataUrl, String dataStr, String chartId, String chartWidth, String chartHeight, Boolean debugMode, Boolean registerWithJS, Boolean allowTransparent, String bgColor, String scaleMode, String language) at InfoSoftGlobal.FusionCharts.RenderChart(String chartSWF, String dataUrl, String dataStr, String chartId, String chartWidth, String chartHeight, Boolean debugMode, Boolean registerWithJS) Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 13, 2013 Hi, Can you please send us the sample code? for testing purposes? Share this post Link to post Share on other sites
fish1964 Report post Posted July 29, 2013 Hello, Has anything further been discovered on this one? We have seen the same thing. Using AJAX, very randomly, we get the exact same error and call stack. Thanks, Steve Share this post Link to post Share on other sites
Guest Sumedh Report post Posted July 30, 2013 Steve, Can you provide more details on this? > What FusionCharts version you have used? > Can you send us the sample code to replicate the same at our end? > Also, did you render the chart in JavaScript mode or Flash mode? Share this post Link to post Share on other sites
purusothaman Report post Posted October 18, 2013 Getting same error but very randomly with exact call stack. Version : FusionCharts XT (v3.3.1 - Service Release 2) (28th May, 2013) Its rendering using Flash. It happens very randomly, so unable to provide reproducible code. Anyone solved it ? Is HTML5 mode rendering more reliable ? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted October 19, 2013 Hi, Can you please share your sample code and chart XML? Share this post Link to post Share on other sites
purusothaman Report post Posted October 21, 2013 Sumeth, It does n't occur consistently. But happens at least once in a week. We are displaying 5 charts in five different iframe tag and problem happens in any one of the chart. Hope this helps...! Share this post Link to post Share on other sites