Search code examples
javascriptgraphraphaelgraph-drawing

Graph drawing libraries using Raphael


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


Solution

  • EXT.JS is not free, but worth it.