如何自由移动节点的 label
#3079
-
edge 的 label 可以通过 edgeLabelMovable 配置是否可以移动,node 以及 node-editor 似乎没有相应的配置,请问如何实现此类操作? |
Beta Was this translation helpful? Give feedback.
Answered by
dukeP
Dec 23, 2022
Replies: 2 comments 2 replies
-
已实现: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dukeP
-
另外,对于一个节点有多个 label (多个 text 节点),并且需要单独编辑的场景也可以采用类似的方式: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
已实现:
移动指定 label 需要在注册节点时添加自定义属性来作为标识;可以通过事件系统计算移动位置,利用 refX2、refY2 设置 label 位置;要注意的是需要利用标识在拖动指定 label 时禁止节点移动(interacting.nodeMoveable)