![]() |
|||||||
Hybrid Hacking provides tutorials on how to integrate with some of today's hottest web services.
|
Generate Dynamic Chart Images using the Google API
Tue, 12/11/2007 - 00:31
Google just released a new addition to their API that allows you to really easily generate an image of a graph or chart. This is probably one of the simplest web services I have ever used because there is no need to deal with establishing a session, or even signing up. You simply encode your parameters into a specially crafted URL and Google returns a PNG image of your graph that you can embed directly into your <img> tag. Here is an example: This image was generated by the following URL: Notice that the URL to create that image has a few parameters:
The functionality is actually quite robust and customizable considering how simple it is. Check out the Google Chart API Developer's Guide for more information. CommentsPost new comment |
||||||