Cool Javascript Graphs
I’ve been looking at some javascript graphing libraries recently and noticed that this is still an area that’s in heavy development. The development of CSS3, SVG, and other new HTML technologies have given rise to a new breed of libraries. Here are some of the interesting ones I bumped into. I haven’t tested any of them yet, and most are badly documented, but it’s still interesting enough to give a first look.
gRaphaël
So I had never heard of the Raphaël JavaScript library until today but it seems to be pretty cool and powerful when it comes to doing visual things. It also has a graphics library which seems to be perfect for what I need, but I have to look into it as it’s fairly undocumented.
Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library.
Kilian’s ico
Made by my Dutch friend Kilian at Wakoopa, a fork of Alex Young’s ico, based on the RaphaelJS library. It’s almost as powerful as gRaphael but just as undocumented. Luckily I know the guy so i guess I can hunt him down for advise.
Flot
Flot is probably the best JQuery graphing plugin. It’s not as flashy as some of the others but definitely as functional. Plus it has the added benefit of being written as a JQuery plugin which makes it so much easier to fit in with existing code.
Cristiano on Tech/Life






