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

有帮助吗?

解决方案

EXT.JS is not free, but worth it.

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top