Monday, April 14, 2008

Google CHARTS api

In case you may need a simple charting solution, Google offers a great API for simple charts. Check it out below: All this took was an <img> tag with the source pointing to Google's chart api. http://chart.apis.google.com/chart?cht=
<img src="http://chart.apis.google.com/chart?cht=p3&chd=t:60,30,10&chs=450x100&chl=Code|Dave|Code!" />

No comments: