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

variable node height #15

Open
ajo2995 opened this issue Nov 22, 2019 · 0 comments
Open

variable node height #15

ajo2995 opened this issue Nov 22, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ajo2995
Copy link
Member

ajo2995 commented Nov 22, 2019

Currently, the node height is constant. If a zone needs more space to render content for a node it should be able to update the node's height. Conversely, you could shrink a set of nodes and they would be dealt with accordingly by each zone. Maybe a node height zone could let users change the height of a node by dragging the bottom edge up/down.

The genetrees reducer should manage the top coordinate and height of each visible node as well as the total height of the display. That way, individual zones won't have to figure out each node's location

@ajo2995 ajo2995 added the enhancement New feature or request label Nov 22, 2019
@ajo2995 ajo2995 self-assigned this Nov 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant