Sign in to follow this  
Pallav

Drag Node Chart - registerWithJS problem in Internet Explorer

Recommended Posts

When using the following code:

 

 

 

<div id="chartdiv" align="center"> FusionCharts. </div>



<script type="text/javascript">

	var chart = new FusionCharts("/Charts/DragNode.swf", "TestChart", "3000", "3000", "0", "1");

	chart.setDataURL("DragNode1.xml");

	chart.render("chartdiv");

</script>

 

 

 

Internet Explorer throws the following error: "TestChart" is undefinied.

 

This is preventing me using the getXMLData in internet explorer. The code works fine in Firefox.

 

 

 

Does anyone have any suggestions?

 

 

 

James

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