Sign in to follow this  
Rahul Kumar

Save Chart as image on server side

Recommended Posts

Hi there!

I'm working on a project that requires a Chart on a WAP page. To keep the page size small we are looking forward to convert the Chart to image. Does anyone know how to create the Chart and save it as an image on server side?

Any hint would be apreciated!!

Share this post


Link to post
Share on other sites

same question... can you provide the xml sent from flash to fusionchartssave.php, so that we can save the image server-side? It must be doable... implementing a php file that parses the xml used by the swf, and sends a request to fusionchartssave.php?

Share this post


Link to post
Share on other sites

Hi,

 

 

 

FusionCharts is primarily a client side Flash Component.

 

It takes chart data from XML passed to it.

 

It's image saving feature, processes the image data (which is now not XML but pixel based color data) of the graph formed and

 

send the data to a server-side script.

 

 

 

The server side script can be modified as required to save the image at a server side folder or do any other work with the image object create by the image saving server side script.

 

 

 

So, the chart needs to be rendered once at client side before it can be saved as image at serve 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