Google Chart API : An overview

I was recently going through the various Google APIs that are available when the Google Chart API caught my fancy.
According to Google
The Google Chart API lets you dynamically generate charts. To see the Chart API in action, open up a browser window and copy the following URL into the address bar:
http://chart.apis.google.com/chart?cht=p3&chd=t:60,40&chs=250×100&chl=Hello|World
Press the Enter or Return key and – presto! – you should see the following image:
So i thought why not try to use it and let you know how to use it.
So firstly i got the “OS Distribution” and “Browser Distribution” data for this site.
Read the full article…