Skip to content
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

Usability and customizability issues in tree layout options #90

Open
omnicron-llc opened this issue Jul 8, 2022 · 0 comments
Open

Usability and customizability issues in tree layout options #90

omnicron-llc opened this issue Jul 8, 2022 · 0 comments

Comments

@omnicron-llc
Copy link

omnicron-llc commented Jul 8, 2022

The vertical text alignment for leaf nodes is a perplexing choice to begin with, but making it so that it is only overrideable via CSS transforms turns managing the layout of vertical trees (which are by far the more common/popular option to begin with) into a tedious headache at best.

All of the (pertinent) layout decisions controlled inside layout/*.js need to be (where possible) moved into CSS (with, perhaps, better style names - .node--internal isn't exactly the most descriptive name I've ever seen) and/or exposed as configuration options.

Additionally, it would be very prudent to make custom layouts possible through some means, so that a user can have complete control over the layout in order to fully leverage d3 in the context of this component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant