You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
Currently, longer labels overlap each other and the root label is lost in the noise of the branches. This renders labels illegible and creates a messy feel for the page.
The root label should appear above its node; and the leaf node labels should stagger, preventing overlap.
(As a possible solution: assign each node in the tree a number, style node 0 (root) as root, and then apply a certain style to each node based on its parity)
…eperate react component as a label.
- Root node will now be styled to a specific class.
- Child nodes will now be styled based upon parity.
- Related to issue #4
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: