1
pirriperdos 2013-05-11 18:42:15 +08:00
d3.js?
|
2
bigdude 2013-05-11 18:47:16 +08:00
|
3
qiao 2013-05-11 18:49:12 +08:00 1
需要画图同时绑定节点事件的话,你需要的是 SVG 而不是 canvas,推荐楼主看一下 raphael.js http://raphaeljs.com/ 。其 API 设计非常优秀,而且十分容易上手。
|
4
wity_lv 2013-05-11 19:34:51 +08:00
看了这个你会被震撼到, 不过是商业的:
http://www.jgraph.com/mxgraph.html 推荐这个, 基于SVG/VML做了一层封装: http://raphaeljs.com/index.html |
5
mfhh 2013-05-12 07:28:54 +08:00
这玩意不是早就有了么?neo2j就用了。
|
6
mfhh 2013-05-12 07:32:44 +08:00
打错字了。是neo4j的web端。但不记得它用的什么库了。楼主可以装一个看看。
|
7
jiyinyiyong 2013-05-12 10:15:15 +08:00
身边有同学提过这个, 她找到了 d3 模块可以用来话, 貌似有用
http://d3js.org/ |
8
ftao 2013-05-12 13:56:54 +08:00
这个做过。
raphael.js 画SVG 有必要的时候再加一些DIV配合。 |
9
darasion 2013-05-12 14:29:11 +08:00
我也非常想找个能很容易实现画一个有向无环图的东西。
要求能够在节点和连线上绑事件的。 之前找到的几个,不过没时间研究,也就一直没做成: http://www.jgraph.com/mxgraph.html http://neyric.github.com/wireit/ http://jsplumbtoolkit.com/jquery/demo.html |