Chart API

Today we’re launching the Google Chart API, a really simple tool for creating charts and graphs that are perfect for websites.

Let’s get straight in with an example. This URL:

http://chart.apis.google.com/chart?cht=p3&chd=s:hW&chs=250x100&chl=Hello|World

Creates this image:

That’s it – no state, no calls, just send your data in an http request and get a png image graph back.

neat

Leave a comment