A new API from Google that generates information charts in a dynamic way. its usage is quite straightforward: you link to an image in the form of a parameterized URL, such as http://chart.apis.google.com/chart?cht=p3&chd=t:90,49&chs=400×200&chl=data|bling.
“cht=p3? is the chart type, in this case, a pie chart.
“chd=t:90,49? are the chart values, text-encoded, and separated by a comma.
“chs=400×200? is the […]