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

I want to adjust the width and height of nodes dynamically according to the content of the nodes. Are there any good solutions? #444

Open holopopo opened 2 weeks ago

holopopo commented 2 weeks ago

I want to adjust the width and height of nodes dynamically according to the content of the nodes. Are there any good solutions?

kanth609 commented 2 weeks ago

You can use nodeWidth/nodeHeight methods to update the node height or node width dynamically.

holopopo commented 2 weeks ago

thanks!