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

Feature request: highlight node and its links on hover #58

Open
shinglyu opened this issue Mar 1, 2022 · 0 comments
Open

Feature request: highlight node and its links on hover #58

shinglyu opened this issue Mar 1, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@shinglyu
Copy link

shinglyu commented Mar 1, 2022

When exploring the graph, it would be useful to hover over a node to highlight its links. Currently only the selected node is highlighted. I'd like to be able to hover over any node and highlight is link.

Even cooler if we can highlight the seconday links and so on in different gradients. For example

flowchart LR
Selected --very very thick link--> node1
node1 --very thick link--> node2
node2 -- thick link --> node3
node3 -- normal link --> node4

Selected --very very thick link--> node5
node5 --very thick link--> node6
node6 -- thick link --> node7
node7 -- normal link --> node8
node9 -- normal link --> node10
Loading
@treymo treymo added the enhancement New feature or request label Mar 21, 2022
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

2 participants