Sign in to follow this  
joaohrm

Crash on ie10

Recommended Posts

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

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

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

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 .
 

post-47865-0-42706000-1376036155_thumb.jpg

Share this post


Link to post
Share on other sites

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this