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 were always kludgey. They required way too 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
- turned into a rendered chart image.
- Beautiful, isn’t it.