Replies: 1 comment
-
Looks like BaseEdge is exactly what I was looking for! Found in the examples <!-- You can use the `BaseEdge` component to create your own custom edge more easily -->
<BaseEdge :id="id" :style="style" :path="path[0]" :marker-end="markerEnd" /> |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
is there a way for me to have complete control over an edge path?
I'm using ELK to layout and it gives me edge points+bend points.
Ideally i'd like to use the vue-flow edge components to leverage the styling etc. Is it possible for me to use an existing edge component and completely specify the path points? even as a SVG path string would be fine.
Beta Was this translation helpful? Give feedback.
All reactions