Link tree with the whizzing labels

Issue #323 resolved
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

See where whizzing labels are in the tree

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

Hover the cursor over either the matrix, labels, or tree when whizzing labels are active.

CURRENT BEHAVIOR

Tree is static and does not change. The leaves of the tree are aligned with the matrix all the time, regardless of where the cursor is.

EXPECTED BEHAVIOR

When whizzing labels are visible, the tree should be aligned with the labels. This depends on cursor position. When the whizzing labels are not visible, the tree should snap back to being linked to the matrix.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Adjust the distance between branches to match the font size. Base the tree position on the hovered matrix position, similar to the way the labels are aligned/positioned.

FILES AFFECTED (where the changes will be implemented) - developers only

unknown

LEVEL OF EFFORT - developers only

major

COMMENTS

Comments (5)

  1. Log in to comment