A JavaScript Toolkit For Interactive & Real-Time Graphs – Rickshaw
20
Jan
// php the_time('Y') ?>
Rickshaw is a JavaScript toolkit, created by the developers of the stock photo service Shutterstock, for generating interactive and real-time graphs.
It is built on top of the D3.js visualization library and can render stack or line graphs.
The graphs are interactive, respond to hovering them or their legends, items in the stack can be re-ordered with drag 'n' drops and more.
There is a good margin for customization: colors, sizes, interpolation and functionality in general with the modular/extendable structure of the toolkit.
Requirements: Some extensions require jQuery & jQuery UI
Demo: http://shutterstock.github.com/rickshaw/examples/
Download: https://github.com/shutterstock/rickshaw
Demo: http://shutterstock.github.com/rickshaw/examples/
Download: https://github.com/shutterstock/rickshaw
- Tags:
Javascript Real-Time
- Filed under: Charts, Goodies, Other License
- 3 Comments













3 Responses for "A JavaScript Toolkit For Interactive & Real-Time Graphs – Rickshaw"
I have to say. This is really freaking cool. I want to use this in my NOC view for our helpdesk. Thanks!
oops – some of the examples
don’t even show up at all (= totally blank pages),
in Firefox 3.6.25…(XP-SP3).
Looks cool, but no support or google group or way to contact dev. If what you see in examples is all you need, try it. If not start with D3.js directly.