avefenix

Problem With Fusioncharts On Iexplorer

Recommended Posts

How can I solve this problem on IExplorer, on Chrome I haven't this problem:

 

 

Windows Internet Explorer
Es posible que esta página web no funcione correctamente debido a errores
Haga doble clic en el icono de adv. en Ia barra est. para ver este mens. en el fut.
A FusionChart oject with the specified id myChartld already exists. Renaming it to chartobject—1 ‘
FusionCharts.js Línea: 27
Código: O Carácter 481
URI: http://127.O.O.1/sws/includes/fusion/charts/FusionCharts.js

D Mostrar siempre este mensaje para los errores de páginas web [ Çopiar deL error ]
a Ocultar detalles Cerrar

 

 

The point is, the 90% users run IExplorer.

[/font]
var myChart = new FusionCharts( "includes/fusion/charts/Column3D.swf", "myChartId", "100%", "100%", "0", "1" );

I attach this graph on a div

[/font]
[font="arial, verdana, tahoma, sans-serif"]
var myChart = new FusionCharts( "includes/fusion/charts/"+x+".swf", "myChartId", "100%", "100%", "0", "0" );
     myChart.setXMLUrl("xml/"+edicion+"/"+folio+".G01.xml");
     myChart.configureLink
	([{ overlayButton: { message: 'Regresar'   }}]);
     myChart.render("objId");[/font]
[font="arial, verdana, tahoma, sans-serif"]

[/font]
[font="arial, verdana, tahoma, sans-serif"]<div id="objId" style="width: 100%; height: 100%; overflow: auto; display: none; font-family: Tahoma; font-size: 11px;"></div>[/font]
[font="arial, verdana, tahoma, sans-serif"]

Thanks.unsure.gifunsure.gif

post-12354-0-13662700-1330049632_thumb.png

Share this post


Link to post
Share on other sites
Guest Sumedh

Greetings, smile.gif

 

This error occurs when you have a JavaScript variable in the global window scope with the same name as that of the chart's Id.

 

Could you please try giving a unique "chart id", "div id" and "variable name" for each chart that is to be rendered?

 

Looking forward to your reply.

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