MrBlenny / react-flow-chart

🌊 A flexible, stateless, declarative flow chart library for react.
https://mrblenny.github.io/react-flow-chart/index.html
MIT License
1.46k stars 307 forks source link

Add smartRouting prop #89

Closed dmitrygalperin closed 4 years ago

dmitrygalperin commented 4 years ago

Adds another prop to config via config={{ smartRouting: true }} that traces right-angle links between ports, avoiding collision with other nodes in the chart.

Closes #54

MrBlenny commented 4 years ago

Merged as part of https://github.com/MrBlenny/react-flow-chart/pull/93