Sign in to follow this  
FusionCharts Support

Automatically saving chart as image?

Recommended Posts

Is it possible to automatically save a chart as an image on the server? I'm interested in putting together a document (not sure what type yet, HTML, PDF, something like that) of different charts. I want to be able to do this on the server without any user interaction. Is this possible?

Share this post


Link to post
Share on other sites

2 ways:

 

 

 

 

 

A. Let the chart loads in a browser and you define a FC_Rendered() function n JavaScript. This will be called by chart when it has finished rendering and ready for export. Put the exportChart() function for the chart here and the chart will be exported with out user interaction.

 

 

 

B. We have developed a .NET Server only solution where this can be done silently as a server side process with out anything going to client side.

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