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

How to know which nodes are visible #443

Closed kanth609 closed 2 weeks ago

kanth609 commented 3 weeks ago

Hello :) - Can anyone please let me know how to know which nodes are visible on the chart(except allNodes from attributes as this returns all nodes irrespective of visibility).

bumbeishvili commented 3 weeks ago

Check if each node parent has a _children or children property, which is responsible for visibility