Google Chart API, Wow!

December 21st, 2007 in Coding, News, Technology

I have always been a sucker for statistical eye candy. Last week Google launched their chart APIs. I have always done charts client-side with a java applet or SWF application. Server-side solutions where always kludgey. They required way to much customization and each provider/chart style had a different interface. Thanks to Google, static charts are now super simple. The API currently supports line, bar, pie charts, venn diagrams and scatter plots. Most of the standard Google API rules apply. You are going to see these popping up all over the place. I know I am definitely going to give them a try.
this …

http://chart.apis.google.com/chart?cht=lc&chd=s:cEAELFJHHHKU
ju9uuXUc&chco=76A4FB&chls=2.0,0.0,0.0&chs=200x125&chg=20,50,
1,0&chxt=x,y&chxl=0:|0|1|2|3|4|5|1:|0|50|100

… turns into this …
Google Chart
… beautiful isn’t it.


One Comment »

  1. Now if they would only release APIs for the charts they use in GA.

    This is a start though…

Leave your comment