Create Google Charts & Convert to Images Server Side
问题 I currently have google charts implemented at several places on my site and I can convert them to images and download them. That was easy. Now I'm hoping to create these charts and convert them to images all on the server. I've done a lot of searching and I've come up with no examples of this, and no questions either, which is starting to make me think it's not possible. I know that these charts are normally created at runtime with javacript in the client's browser, so I guess I'm wondering