Can I apply offset to continious anchor in jsplumb

人走茶凉 提交于 2019-12-10 19:06:48

问题


I want to use the "continuous" anchor placement option in jsplumb. This works great, but the anchor is placed half inside the container div and half outside of the container. I would like the anchors to be completely outside the container div. If possible event with a small space between the div and the anchor (one or two pixels).

My purpose is to put those anchors on top of the arrows of the connections. I then want to make the anchors transparent so the user can "click on the arrows and drag". This is required because we are rebuilding an old java-based diagramming application. Our users are used to click and drag the arrows.

So can I offset the anchors so they will be x px outside the container div?

Thanks

来源:https://stackoverflow.com/questions/20100798/can-i-apply-offset-to-continious-anchor-in-jsplumb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!