bumbeishvili / org-chart

Highly customizable org chart. Integrations available for Angular, React, Vue
https://stackblitz.com/edit/web-platform-o5t1ha
MIT License
928 stars 330 forks source link

link height / connection #309

Closed n1crack closed 1 year ago

n1crack commented 1 year ago

Hey,

How can I fix this part? It is from the 'search' example, the only thing I change is compact(false).

image

bumbeishvili commented 1 year ago

I think increasing childrenMargin should do the trick

image

If it won't work, fork and post the sample with the issue reproduced and I can take a look.

n1crack commented 1 year ago

yes that worked. It increases the space between nodes but it is better. Thanks