react-flow-chart
react-flow-chart copied to clipboard
smartRouting not avoid collision with NodeCustom
Hi,
smartRouting link only avoid collision with nodes when I connect type='left' pin to another type='left' pin it won't work well if I connect to type='right' pin ('right' to 'right' or 'left' to 'right')
we expect the link to avoid nodes and other links in any cases. Is there any solution?
I want my input pins locate at left side, output is right side
but it's default top and bottom.
So I had to change to type=left and type=right instead of type=input and type=output
But by this way the smartRouting not working well