Sign in to follow this  
webshaker

Server Side Export

Recommended Posts

Guest Sumedh

Hi,

 

A warm welcome to FusionCharts Forum! smile.gif

 

Please note, JavaScript chart does not support exporting of charts on server-side.

 

In Server-side export, the Server-side scripts accept and convert the bitmap snapshot of charts into images/PDFs. For this, you would have to use Export Handlers.

 

Server-side Export Handlers in multiple programming languages like ASP.NET, PHP, J2EE and Ruby on Rails are present in the download package.

 

Please note, Server-side export will work only with Flash charts.

 

For more information, please refer the following links:

http://docs.fusionch...erOverview.html

 

http://docs.fusionch...erDownload.html

 

Is there anyway to di tha same thing ashttp://fcimg.org

by using only FusionChart script ?

 

No, there is no way to achieve the same using JavaScript.

 

Thanks for your time and support.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Sincere apologies for the previous reply.

 

The export process of JavaScript chart is a complete server-side process. All the processing is done at the server-side.

 

During export of the pure JavaScript charts, the chart data is sent to external servers for processing and converting to image, for this, your internet connection should be active.

 

And you get the exported image on the client's machine.

 

If your internet connection is inactive, then you can implement Batik library and you need to process the exported data on your own server.

 

Please refer the following link for more information:

http://docs.fusioncharts.com/charts/contents/?exporting-image/ECPureJS.html

 

Please note that, FCImg is a third party implementation tool which will export the image to the server without rendering chart on the browser

 

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