Re: [visualization-api] Re: PHP Server side graph generation

2014-08-14 Thread Nicolas Thery
I think I'm able to say lol You can't tell people to use it tell them to keep in mind that it could be turned off tomorow ! I want a safe, durable and perenne way to do server side graphics, I don't do it just for fun. I'm heading zeta-components at the moment. Nicolas. -- Nicolas THERY -

[visualization-api] Re: PHP Server side graph generation

2014-08-11 Thread Andrew Gallant
With the Visualization API, you would need to render the chart in a browser, call the chart's getImageURI method, and send the image/octet stream to your server to save as a .png file that you could then email. You could also use the Image Chart API

Re: [visualization-api] Re: PHP Server side graph generation

2014-08-11 Thread 'Jon Orwant' via Google Visualization API
Just an update on the Image Chart API: we're not planning to turn off the API in April. It's more that three years ago when we issued the deprecation announcement, we warned users that we *might* turn it off three years later. Right now it's not much of a burden to keep running, so we'll do that.