문제

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