Need help plotting a chart and don’t want to use Excel to do that? Well, you can do that online and have some fun with Google Chart instead. Google has an API which allows you to plot absolutely any kind of charts that you might want.
Here are just some “toys” created with Google Chart API.
1. A simple bar chart
Code:
http://chart.apis.google.com/chart?cht=bvs&chco=4d89f9,c6d9fd&chd=t:10,50,60,80,40,90,80,59,23,43,55,65,77,99|90,34,51,89,50,60,100,40,20,54,23,88,90,67&chs=400×200&chds=0,160
2. Xbox Live 🙂
Code:
http://chart.apis.google.com/chart?cht=r&chd=t:5,20,5,20,5,20,5,20,5&chs=100×100
3. My Lucky Star
Code:
http://chart.apis.google.com/chart?cht=r&chd=t:5,20,5,20,5,20,5,20,5,20,5,20,5&chs=100×100
4. You can even draw/plot a map!
Code:
http://chart.apis.google.com/chart?chs=440×220&chd=s:_&cht=t&chtm=world
5. A Google O Meter for DavidTan.org 🙂
Code:
http://chart.apis.google.com/chart?cht=gom&chd=t:85&chl=DavidTan.org&chs=400×100
That’s all and have fun plotting your charts/graphs.
Leave a Reply