joaohrm Report post Posted August 7, 2013 Hi there, Everytime i open a page using a graphic on ie10 it crashs(in any machine), im using fusioncharts 3.3.1 and the point it crash's : var myChart = new FusionCharts('Line', 'test123', width, height); Thanks the attention. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted August 8, 2013 Hello, How many data-plots are you trying to render? Also, please send us the sample code and chart XML for testing purposes. Share this post Link to post Share on other sites
joaohrm Report post Posted August 8, 2013 Hi Sumedh, thank for the quick response. here is a example of xml im using: <?xml version="1.0"?><chart stroke-width="0" stroke-opacity="0" bgAlpha="0,0" bgRatio="0,100" bgAngle="90" caption=" " labelDisplay="Rotate" slantLabels="1" xAxisName="PRIORITY" yAxisName="ITEM" ><set label="HIGH" value="50" /><set label="LOW" value="1" /><set label="NORMAL" value="39" /></chart> Share this post Link to post Share on other sites
Guest Rishab Report post Posted August 9, 2013 Hi, We have tested your XML Data at our end and the chart is rendering perfectly fine in IE 10. The attached item is the snapshot of the chart in IE 10.Kindly let us know some more details that may help us to solve your problem . Share this post Link to post Share on other sites
joaohrm Report post Posted August 9, 2013 Here is the part of the code im using, i tried forcing it directly on the console debug too: var graphic = new FusionCharts('Line', 'ctobj_line_cross', '600', '200', '0', '1'); graphic.setDataXML(...the above data i posted graphic.render('ctnr_line_cross'); the exactly point its crashing is the new FusionCharts prototype command, i tried setting values without quotes too. the ie10 is working on internet explorer 10 mode and standard document, anyother browser and other ie versions are ok. Share this post Link to post Share on other sites
Haritha Report post Posted August 12, 2013 Hi, We created a sample to test the "Line 2D" chart on IE 10 browser and it seems that the sample works as expected. Please find the sample attached. Could you please run the sample at your end and let us know if your problem persists? Also, please note that the method "setDataXML()" is deprecated. Please use the method "setXMLData()" instead. Line 2D.zip Share this post Link to post Share on other sites