Browsing All posts tagged under »chart«

Creating Bar Charts With jQuery: TufteGraph

December 21, 2009

0

TufteGraph is a jQuery plugin that can create standard & stacked bar charts inside any given element.It it configured mostly by dynamic functions which simplifies the usage by allowing for a really compact API. via Creating Bar Charts With jQuery: TufteGraph.

Free Vector Chart Icons (Vol.2)

November 30, 2009

0

Few weeks ago, a post at WRD was sharing the “Free Vector Chart Icons” that included pie, column, line, area charts & a meter. As there are very few free chart icons on the web, the creative team at IconShock improved the set with 5 more icons. via Free Vector Chart Icons (Vol.2).

Dynamically Create Charts Using MooTools MilkChart and Google Analytics

October 24, 2009

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 [...]