Question

I'm looking for javascript libraries that draw graphs using the Raphael library.

Until now I've found these ones:

  1. Graph Dracula http://www.graphdracula.net/
  2. Joint http://www.jointjs.com/

Is anyone using them? Do you know their pros/cons? Do you know other libraries using Raphael?

Please note: By graph, I mean a set of nodes and edges, we are not talking about charting.

edit: I need a library based on Raphael as it offers compatibility with IE6+, while other libraries draw on HTML5 Canvas and this is not supported by old browsers

Was it helpful?

Solution

EXT.JS is not free, but worth it.

OTHER TIPS

Try Google Visualization API Gadget Gallery
Its Playground link is http://code.google.com/apis/ajax/playground/?type=visualization

Google provides API to load the flash based interactive graphs. I would consider this to better than the three option discovered because of its easy to use APIs and rich collection of graphs and last but not least rich look.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top