Hello, I'm porting a desktop app to the web and I've had good success with the Diagram component but I'm facing a cosmetic issue that could be annoying to users.
In this example, https://stackblitz.com/edit/angular-qnmebrsa-v21g1mbp, the connections from the Out connector of 2 of the steps all the way to the right go thru the shape. The user can fix them manually by dragging the dots in the line, but I can't seem to find a way to do it programmatically. I tried to persist the user selection and then restore it next time the diagram is loaded, but I can't find a way to do that either.
The auto-layout does a good job otherwise. Is there a way make those arrows not go thru the shapes?
In this example, https://stackblitz.com/edit/angular-qnmebrsa-v21g1mbp, the connections from the Out connector of 2 of the steps all the way to the right go thru the shape. The user can fix them manually by dragging the dots in the line, but I can't seem to find a way to do it programmatically. I tried to persist the user selection and then restore it next time the diagram is loaded, but I can't find a way to do that either.
The auto-layout does a good job otherwise. Is there a way make those arrows not go thru the shapes?
Thanks