Welcome to my blog! Feel free to post comments.
- Andrew


Visit Coldfusion Community


<< July, 2008 >>
SMTWTFS
12345
6789101112
13141516171819
20212223242526
2728293031
Search Blog

Categories
Archives
RSS


Powered by
BlogCFM v1.14

07 December 2007
Google Chart API
From the incredible minds at Google :)

http://code.google.com/apis/chart/

This impressive little library lets you generate PNG chart files from a single URL request string.  Since people typically need to pass lots and lots of data for charting, they came up with a really creative way to compress the values, and provide a javascript snippet for automating the process.

So the nifty chart you see to the right is a "hello world" app using their API.  It ultimately comes down to a simple URL request of:

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

Quite impressive and easy to use!

While this doesn't provide the stellar interactivity and depth of integration that Flex charts do, it certainly provides a way to do nice looking charts with a quick turn-around. 

According to their docs, you can freely use this so long as you don't regularly exceed the 50,000 hits per day limit at which point they may block you.  I think most of us will not be hitting it quite this much.

Some samples:

Posted by aschwabe at 12:00 AM | Link | 0 comments
Subscription Options

You are not logged in, so your subscription status for this entry is unknown. You can login or register here.

No comments found.

Post a comment (login required)