Stat Tracker

Monday, June 13, 2011

Google Charts API and Force.com

Recently I created an open-source project for integrating Google Charts API and Force.com to create custom dashboards. The project is a Visualforce component that leverages a custom Apex Controller, a custom dashboard record object, and Google Charts API to dynamically generate charts. Its pretty simple and can be used out of the box via "clicks not code". The codebase could be extended upon for lots of different use cases if developers so desire.

Here is a demonstration video:
Unable to display content. Adobe Flash is required.

And here is a code deep dive video:
Unable to display content. Adobe Flash is required.
You can access the repository here:

http://github.com/corycowgill/Google-Charts-Dashboards-for-Force.com

Hope you find some uses for this!