I currently have Google charts implemented in several places on my site and I can convert them to images and upload them. It was easy.
Now I hope to create these diagrams and convert them to images on the server.
I searched many times, and I had no examples of this, and there were no questions either, which makes me think that this is impossible.
I know that these diagrams are usually created at runtime using javacript in a client browser, so I think I am wondering if there is a way to run javascript on my server without a browser, and also create and save these images
I was told about server-side javascript yesterday, until then I had no idea that it exists, but could this be an option?
Is there a way to emulate a browser in .NET and display an image? Can I launch a browser on a server and get an image?
Is there any other way to do this?
Or is this idea simply impossible?
Owen
source share