To realize the function of dynamic dragging line #1679
Cat202010804010
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
Yeah you can implement that but there's no example for it at the moment. |
Beta Was this translation helpful? Give feedback.
2 replies
-
When I use the BaseEdge component, path is passed dynamically,:path="path", where path is computed, depending on sourceX, sourceY, etc., but when I move nodes, path does not change according to sourceX and sourceY changes, how do I manually pass path and keep it responsive? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can you implement the function of dynamic drag line? Similar to the picture below

Clicking anywhere on the line generates a drag node, dragging this node can make the path of the line change dynamically。
Beta Was this translation helpful? Give feedback.
All reactions