Sign in to follow this  
satdev

To implement a client side exporting

Recommended Posts

Hi,

 

 

 

I am just working on fusion charts to create a 3d pie chart and also in fusion widgets to generate a guage chart. Its working fine when i export the chart for bar charts bu the behaviour is erratic, when i try to do the same for pie or guage chart. For pie chart, it shows as save image when i right click on the chart, But it is not getting saved, instead an error is shown as

 

"

 

DOOMId=

 

height=0

 

width=0

 

fileName=

 

statusMessage= Insufficient data.

 

statusCode=0 "

 

 

 

The xml chart attributes i gave was

 

 

 

 

 

 

 

 

Please reply asap.

 

 

 

Thanks

 

Satdev

Edited by Guest

Share this post


Link to post
Share on other sites

Hi srividya,

 

 

 

thanks for the link. But i have already tried with that set of code also. But it doesn't works.

 

 

 

For Ex.

 

 

 

 

 

 

 

 

 

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

 

 

 

 

 

myExportComponent.Render("fcexp");

 

 

 

 

Do you know why it is not working?

 

 

 

Please reply me asap.

 

 

 

Thanks

 

Satdev

Share this post


Link to post
Share on other sites

Hi Satdev,

1. Can you please check the version of FusionCharts you are using? ( you can check the version using debugMode )

2. Please post the exact error you are getting and the steps to re-create the error here.

3. Please post the xml and relevants part of php code

Thanks

Srividya

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