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

It would be great if we could send nodes as 1 and 0, whether they are on the right or left. #324

Open agamustafayev opened 1 year ago

agamustafayev commented 1 year ago

It would be great if we could send nodes as 1 and 0, whether they are on the right or left.

bumbeishvili commented 1 year ago

Not exactly sure what you mean

agamustafayev commented 1 year ago

Can you please add a variable to mention/show up nodes adresses? With this variable I wanna be able to know where is this nodes on tree on the left side or right side with help of this variables

bumbeishvili commented 1 year ago

Sorry, still don't understand what you are trying to do

agamustafayev commented 1 year ago

As you know the tree you developed is like when you add users it comes to left first, then to right side one by one. I wanna customize it for my mlm binary tree as left leg and right leg. I wanna be able to make it like that I can add any leg when I want to, for that we need to add left or right leg position that I can choose which position I wanna add user to For example the user might want to add new users only to left leg, for that it will able to share left position link, and users will add up only to left side. Did you get the point brother? Can you help me out with adding position variable for that?