-
-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bidirectional Org Chart ( Two Layouts at a time ) #419
Comments
Hi, it's not easily possible with this library, and not sure how to approach it at the moment |
@bumbeishvili are there any algorithms / packages that can help me achieve this ? |
No idea |
@bumbeishvili , no worries, and thank you for your assistance. If I use your codebase to achieve this behavior, I understand that I need to position the parent nodes at the top. Could you please guide me on which functions I should look into to make these changes? |
I am guessing it will be along these lines Lines 838 to 848 in cb1f376
|
That helps, @bumbeishvili! In the meantime, I was browsing through some of your projects, and I find them truly amazing! If you see this chart is similar to an org chart but works in two directions (LR and RL) Is that a good idea and is it possible? I would like your view and input on this ...... |
Yes, it's similar, as I remember I did it from scratch, instead of using this library, I don't exactly remember how I did it, but If I were to do it again, I'd use the same Flextree library, I'd probably just change the direction of some branches from positive to negative coordinates https://observablehq.com/@bumbeishvili/horizontal-collapsible-d3-flextree |
@bumbeishvili, I was finally able to achieve the chart I wanted. Thank you for your help ! |
Hi
I am wanting to create a bidirectional org chart ( similar to a family tree), which has the root node at the center, its children below it and parents above it with each node having a fixed height and width.
If I further expand my parent nodes they open upwards and if I open child node they open downwards.
In the org chart example that is posted (here),
what I aim to do is have both of these in one single chart and create something similar to this:
How will be able to achieve this ? I tried multiple ways but am unable to attain this behaviour.......
The text was updated successfully, but these errors were encountered: