Hi,
I am working on a programmatic diagramming tool which draws shapes and connects them with lines using the JSON standard import.
The shapes do not overlap with each other. I use shape endpoints for the lines, and elbow style. But the lines always cross over other boxes, making the diagram look very unclean. I am trying to make the lines avoid other shapes (go around them).
Is there a way to programmatically do this with the Lucid API?
Also, when I open the diagram in Lucid there is the option to “tidy up” the diagram. Is there a way to do this with the Lucid API?
If anyone has a solution, I would appreciate it!
