Eliav2 / react-xarrows

Draw arrows (or lines) between components in React!
https://codesandbox.io/embed/github/Eliav2/react-xarrows/tree/master/examples?fontsize=14&hidenavigation=1&theme=dark
MIT License
584 stars 75 forks source link

Two and more arrows visible between same objects #189

Open AvanovaMaria opened 10 months ago

AvanovaMaria commented 10 months ago

I use react-xarrows in my project: draggable tables with links between them.

Sometimes there are more than one link between tables. But react-xarrows put those links in one place, so we still can see only one link between tables (one arrow).

Can you put some space between such elements? I tried to make offsets but it didn't help much. Tables are draggable and start and end anchors are "auto".