Google Chart API
07 Dec 2007Google has a great Chart API that allows you to request a chart using just a normal URL query string, e.g.
http://chart.apis.google.com/chart?cht=lc&chs;=200x125&chd;=s:helloWorld
gets you:
The API is remarkably powerful given the minimalistic interface. Here are two internet-favourite charts:
the best pie chart ever, and we can also do Venn diagrams:
|  |
See the Developer’s Guide for the full details.