-
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Use dagre.js bendPoints of edges
I am using FoblexFlow for a fixed top down tree. Layouting is done by dagr.js (also tried elk.js)
Fixed means I can not drag or move nodes, but I am able to zoom or move the canvas.
Both those libraries provide edges containing edges with bendPoints, but I do not understand how i can draw these edges with these bendPoints in FoblexFlow. Is this not supportet or have i not understood the was the custom ConnectionBuilders work?