Dynamically Create Charts Using MooTools MilkChart and Google Analytics

Posted on October 24th, 2009 at 9:41 am by admin

0


The prospect of creating graphics charts with javascript is exciting. It’s also the perfect use of javascript — creating non-essential features with unobtrusive scripting. I’ve created a mix of PHP (the Analytics class), HTML, and MooTools javascript that will connect to Google Analytics, create an HTML table with the statistics for a given month, and use MooTools MilkChart to colorfully chart them out.

View Demo

via Dynamically Create Charts Using MooTools MilkChart and Google Analytics.