Sanjukta

Exporting without rendering

Recommended Posts

Hello everyone,

 

I'd like to be able to export (as PNG image) a chart without rendering it but after looking at the documentation I didn't find anything about that.

 

 

 

Basically I need to generate a PDF report (that contains the chart) after clicking a button.

 

 

 

Is this possible?

 

If so where can I find some documentation?

 

 

 

 

 

Thanks and have a nice weekend.

Share this post


Link to post
Share on other sites

Hi,

This CANNOT be done.

FusionCharts necessarily needs to render once in the browser, before any of the export handlers are called.

 

This is because the charts are always generated at client-side. After that, it takes a snapshot to the client-side Export component or server-side Export scripts for generation of image/PDFs.

But, we provide the solution of exporting the chart as image/pdf file, without renedering it in the browser, only for the .Net platform.

Looking forward to your feedback on the same.

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