Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想做一个看起来像这样的界面
所以这是用户可以做的
1- 将人们彼此联系起来 2- 查看有关每个人的一些信息(气球) 3- 移动这些对象而不会失去联系
然后我想用ajax保存这些连接信息,这样我就可以看到谁和谁连接了,我还需要在用户下次看到页面的时候重新绘制这些图。
似乎 jsPlumb、paperjs 和 raphael 都可以做到这一点以及更多,我的问题是哪一个适合这种需求。
检查基于拉斐尔的石墨。
http://www.draw2d.org/graphiti/jsdoc/#!/example
问候
安德烈亚斯