Creating Charts And Graphs Using jQuery
I recently has the (mis)fortune of creating a custom project for a client who wanted some fancy charts running in the back end of the CMS. They can look great and display whatever data you wish, such as traffic, hits, downloads etc…
I spent a good while reading and researching a number of options available to me, after weeding a good few out I was left with the list below.
All of these resources listed are really great plugins and all are built on jQuery and they all have more info and examples on the author sites.
jQuery + Flot – Plots, Canvas and Charts
Fun With Canvas: Create a jQuery Graph Plugin
For those interested, I ended up using the solution from the Filament Group which suited the project down to the ground, but each plugin might have various pros and cons for your projects.
Related Posts
Like this post? Share it!
8 Comments
Trackbacks
- Tweets that mention Creating Charts And Graphs Using jQuery – WebM.ag | Web Design Magazine -- Topsy.com
- jayQuery » Blog Archive » Creating Charts And Graphs Using jQuery
- tripwire magazine | tripwire magazine
- 110+ Fresh Community Articles for Web Designers and Developers | tripwire magazine
- 110+ Fresh Community Articles for Web Designers and Developers | Afif Fattouh - Web Specialist




























January 21, 2010
You can have a look as well to FusionCharts for Dreamweaver – an extension that generated Flash Animated Web charts from the DW interface.
January 22, 2010
i’ve used flot before and would highly recommend it. easy to use and does exactly what u ask it to!
January 25, 2010
A well thought out and dynamically evolving project to achieve graphs via javascript, take a look at
http://code.google.com/p/protovis-js/wiki/ReadMeFirst
With jQuery you get powerful interactivity in protovis.