rick h Report post Posted January 19, 2010 Hello, I am having a problem getting the selectScatter chart to redaw in smart client. The first time the chart is rendered it displays correctly, but randomly some of the redraws fail. I am using flash verisin 10.0.42.34 on both IE and on Firefox 3.5.7 and haven't not run into this problem on firefox at all. Below is an attached image of the failed results of the flash image. I am able to correctly display the same results in firefox correctly Please advise ScreenShot066.bmp Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 20, 2010 Hi Rick, Welcome to FusionCharts Forum. Could you please provide us with a live link of the chart, if available, or you can also send us your codes as an attachment, so that we can test on it? Also send us the HTML codes you are using. Awaiting your reply. Share this post Link to post Share on other sites
rick h Report post Posted January 21, 2010 Hello Madhumita , thanks for responding I think part of the problem was using FusionCharts.js We have been using Version: 1.1 (29th June, 2007) - Added Player detection, New conditional fixes for IE. I have upgraded the FusionCharts.js file to Version: 1.2.4 (16th February, 2009) - Added fix for chart with % width/height. The problems seems to have gone away I will continue testing. Though i have found that the registerWithJS property in the Fusioncharts.js doesn't seem to work with IE7 but it doesn't work firefox. if(this.histogramChart){ this.histogramChart.setDataXML(data); }else{ this.histogramChart = new FusionCharts("FusionCharts/SelectScatter.swf", "histogram", "100%", "100%", "0","1", "FFFFFF", "exactFit"); this.histogramChart.setDataXML(data); this.histogramChart.render("histogram"); } Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 21, 2010 Hello, Though i have found that the registerWithJS property in the Fusioncharts.js doesn't seem to work with IE7 but it doesn't work firefox. This issue is unknown to us. We have nerver have faced issues with the registerWithJs property in FireFox. Could you please tell us waht issue you are facing while using this property? Looking forward to your reply. Share this post Link to post Share on other sites