Sign in to follow this  
FusionCharts Support

Not Exporting in IE6

Recommended Posts

I still have a large portion of my clients still using IE6, so I still need this functionality working. I am currently using javascript to generate my charts. Here is sample of the code: This working in all modern browsers such as FF, Opera, Safari, IE7+, But IE6, the chart shows up, but not exportable:

 

 

 

 

 

 

 

Loading Chart...

 

 

 

 

// Render the chart (See documentation for explanation of the codes below)

 

var chart_part = new FusionCharts("../FusionCharts/Charts/Column2D.swf", "chart_part", "530", "300", "0", "1");

 

chart_part.setDataXML("");

 

chart_part.render("part");

 

 

FusionCharts Export Handler Component

 

 

var myExportComponent = new FusionChartsExportObject("fcExporter_part", "../FusionCharts/Charts/FCExporter.swf");

 

myExportComponent.Render("fcexp_part");

 

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