Sign in to follow this  
arondam40

Creating Chart Image At Server Side Preferably Wihtout Any File I/o

Recommended Posts

Hello,

 

I have an application where I have to deliver charts through an automated emails service. The service is a background batch process which does not have any client (browser) intervention. Is there any way to generate the charts entirely at server side in any image format preferably without using any file I/O. I am using java and spring framework for server side coding. I want to eventually convert the images into base64 format and send them via email.

 

 

I have also read a blog saying something of this sort at your website but could not really figure it out properly and also it contained some file I/O ideas which I want to preferably avoid.

Blog link >> http://blog.fusioncharts.com/2013/03/how-to-save-charts-as-images-at-server-side/#more-3297

 

Please provide me with the idea to achieve this functionality, if possible with some sample codes.

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