plantuml / backlog

Contains all issues for plantuml that are not currently working-in-progress
0 stars 0 forks source link

Avoid line overlap #27

Open jonathansolorzn opened 5 years ago

jonathansolorzn commented 5 years ago

Is there a way to avoid overlapped lines? There are some cases when is would be possible to order the elements without overlapping them, some other cases it's not possible, but it would be nice to avoid overlap when possible.

DataGrip (from jetBrains) has a tool for generating visual ERD, their orthogonal display has that feature.

GrazingScientist commented 3 years ago

Some solution for this issue would be greatly appreciated! :)

arnaudroques commented 1 year ago

Sure, can you post here a short example to show the issue? Thanks!

jawira commented 7 months ago

Sure, can you post here a short example to show the issue? Thanks!

In the following ERD diagram, the overlapping of lines (in red circle), could have been avoided switching table1 and table2 places.

image

jawira commented 7 months ago

Another example: image