> ## Content Index
> Fetch the complete content index at: https://kudithipudi.org/llms.txt
> Use this file to discover other available public pages before exploring further.

# Google does it again..
- URL: https://kudithipudi.org/google-does-it-again/
- Published: 2008-01-09T04:46:40.000Z
- Updated: 2008-01-09T04:46:40.000Z
- Description: The almighty Google has come out with a new toy for me to play with :). I don’t claim, that I am a programmer by any...
- Author: admin
- Tags: Programming, Technology, Uncategorized, Web, #wp, #wp-post, #Import 2026-08-23 02:32

The almighty Google has come out with a new toy for me to play with :). I don’t claim, that I am a programmer by any means, but like to dabble in scripting now and then. So, I was really excited to see this new simple [API](http://code.google.com/apis/chart/?ref=kudithipudi.org) from Google for creating charts. I can already imagine, how this can be used in generating some cool reports. Here’s my “Hello World” graph using the API.

![Vinay Rocks](http://chart.apis.google.com/chart?cht=p3&chd=s:hW&chs=250x100&chl=Vinay|Rocks&chtt=My+Hello+World)

The code I used to generate this graph is

“http://chart.apis.google.com/chart?cht=p3&chd=s:hW&chs=250×100&chl=Vinay|Rocks&chtt=My+Hello+World”

Looks like some smart and entrepenuring programmer is already making some money out of this API :). Check out this link for a very cool and smart implementation of the API

[http://lovegraph.thefootnotes.net/index.html](http://lovegraph.thefootnotes.net/index.html?ref=kudithipudi.org)