使用箭头绑定在画布上定位 Div
我正在寻找一小段 javascript,它可以将可拖动 div 的 x,y 坐标附加到 div(例如,在 data-x data-y 属性中)。然后能够在它们之间绘制箭头(使用 data-targetid 属性?)。
如果解决方案看起来像 graphview 的简单版本,jsPlumb 或 vizster 但没有复杂的库,并且仅在 javascript/html 中
I'm searching for a little piece of javascript that can attach to a div (in data-x data-y attributes for example) the x,y coordinates of a draggable div. And then be able to draw arrows between them (using a data-targetid attribute?).
If the solution can look like a simple version of graphview, jsPlumb or vizster but without the complicated library, and only in javascript/html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个 jQuery 版本的 jsPlumb,看起来有 14kb。您想要做的不是默认功能,您将需要一个(有点复杂的)库来完成它。如果您担心代码膨胀,我会从 jsPlumb 源代码 开始拉出你不需要的东西。
There is a jQuery version of jsPlumb, looks like it's 14kb. What you're trying to do isn't default functionality, you're going to need a (somewhat complicated) library to accomplish it. If you're concerned with code bloat I'd start with the source code of jsPlumb and start pulling out what you don't need.