-
Notifications
You must be signed in to change notification settings - Fork 28
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
bottom to top? #12
Comments
Hello @doohab ! |
Sadly, it is harder than what I thought since the d3 library doesn't handle trees in a reverse orientation : d3/d3-hierarchy#63 (you can try to bump this issue since it is rather old). I have tried to make it work quickly on my repository on this branch by adding a |
Thank you for taking time on this. I tried the other branch, but I don't know why nothing changes. Anyways, here is something interesting. I'm not sure how to implement this. |
I know setting horizontalLayout to false will present tree vertically from top to bottom, but can I start from bottom to top? like real tree?
Where first parent starts at the bottom of a div then growing up.
The text was updated successfully, but these errors were encountered: