Sign in to follow this  
Buzz Brown

Export Chart Waiting button never turns to Save

Recommended Posts

I have modified my XML to do a client-side export of a chart as a JPG or PDF. I have modified the code to match the example. Everything seems to work fine until it is done capturing data. The Waiting button never turns to a Save button.

Share this post


Link to post
Share on other sites

Hi,

Could you please enable the parameter registerWithJS to "1" to register the chart with JavaScript?

It's the last parameter in FusionCharts constructor function.

Ref.- var chart1 = new FusionCharts("../../FusionCharts/Column3D.swf", "chart1Id", "400", "300", "0", "1");

Please install Flash Player 10 or above ( if not installed) into the system for the same purpose.

Hope this helps. :)

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