Sign in to follow this  
Guest Basundhara Ghosal

export a chart to jpeg without rendering it in the browser first.

Recommended Posts

Hi,

I have read a few posts regarding this, and while some do point to varied options, i haven't found a good answer or solution to this issue.

I am working in the .net environment, and need to generate an image alternative of the animated chart without loading the chart in a browser(hence the options of using the context menu, or even javascript to call any routines are ruled out). What is an efficient way to do this ?

Please let me know.

thanks,

Jaideep.

Share this post


Link to post
Share on other sites

Was this ever resolved? I need to do something similar. Here's the steps I need to go through:

 

In a VB.NET console, execute a stored procedure which returns a list of server names from a database.

 

For each servername returned from the stored procedure:

 

-Loop

-Return a set of stats from my database for said ServerName

-Generate a chart and save to disk

- Move to next serverName, generate new chart, save to disk

 

I'm doing this in a vb.net console, not a web browser, using the FusionCharts as my tool to generate and save the charts.

 

I know how to generate one chart at a time in a web browser, but my task is to generate these charts behind the scenes and save to disk - not to display them to the web browser.

 

Is this possible???

 

Pete

 

 

 

Hi Jaideep,Could you please send us a mail at [email protected] specifying your requirement?

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