react-flow-chart icon indicating copy to clipboard operation
react-flow-chart copied to clipboard

smartRouting not avoid collision with NodeCustom

Open q-bird opened this issue 5 years ago • 1 comments

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?

q-bird avatar Jul 04 '20 06:07 q-bird

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

q-bird avatar Jul 04 '20 07:07 q-bird