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

Labels over nodes break hover #61

Open
laurabrooks opened this issue Jan 16, 2018 · 1 comment
Open

Labels over nodes break hover #61

laurabrooks opened this issue Jan 16, 2018 · 1 comment

Comments

@laurabrooks
Copy link

I have positioned the node labels to be on top of my nodes. When I hover over a node, that node and it's dependencies are highlighted and their labels display, but if you move the mouse over the label, the nodes are no longer highlighted and labels go away.

The issue seems to be that with a label SVG over the circle SVG for the node, hover behavior is broken - I think it may need to propagate downward to the node.

Any advice for solving this or a way of working around it would be appreciated.

@laurabrooks
Copy link
Author

laurabrooks commented Jan 22, 2018

Found an easy css solution to remove hover from the graph labels:

.rv-force__label {
  pointer-events: none;
}

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