Chart Type:cht=p3Chart Size:chs=250x100Data: chd=t:20,40,5,10,5 Labels: chl=muffin%7Ccoffee%7Cscone%7Cbagels%7Cdounut So the URL to call the graph looks like this: http://chart.apis.google.com/chart?cht=p3&chd=t:20,40,5,10,5&chs=250x100&chl=muffin%7Ccoffee%7Cscone%7Cbagels%7Cdounut"
As you see this is a very simple example of what Google Charts can do.The documentation is fantastic. You can create just about any chart you'd like. The short list is: line charts, sparkline charts, bar charts, pie charts (2D and 3D), scatter plots, maps (yes maps), venn diagrams, radar charts and the google-o-meter. Google Charts is a very nice full featured Chart API that I know I'll be using in the future.
Remember Me