Replies: 3 comments 2 replies
-
|
HELLO, I Have the same question,I have develop some code,but it has some bugs, I can't resolve it. |
Beta Was this translation helpful? Give feedback.
-
|
I use the getSmoothStepPath,and I fixed the problem which I found. |
Beta Was this translation helpful? Give feedback.
-
|
@fgdsfgfdsgdsfgsdfg I need help here.
**@hchaudhary1 and @ozgurrgul ozgurrgul How to Bend Parallel Edges in a Mirrored Fashion Using React Flow and Dagre Layout? How to fix that issue? ** I want to konw how you guys are managing proper mirrored edges?? I want to archive like how it looks in Image 2 and Image 1 is issue. //layouting code import { span } from "@f/instrument"; export const getLayoutedElements = ( }; //buildnested groups export const buildNestedGroups = (nodes: Node[], dagreGraph: any) => { }; |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, in my current project I am using Antv X6 and I am thinking of migrating to React Flow. However, one feature that I find useful is adding curvature / bending points when clicking on a specific point on an edge to have more control over the edge curves. As far as I know, this feature is not available yet in React Flow. (If it actually is, can someone give me a hint on the docs or a tutorial?)
In Antv X6, it would look as follows:

Beta Was this translation helpful? Give feedback.
All reactions