Interactive graph #6122
bart-krakowski
started this conversation in
Ideas
Replies: 1 comment
-
You can achieve this if you're willing to figure out the associations yourself, I maintain a json model of my data structure outside of Mermaid and query that as my users hover over nodes, letting me highlight the paths between and through specific nodes by targeting the IDs that mermaid uses with JS and CSS. That being said, a more native framework to achieve interactions would be gratefully received! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Exploring huge graphs of dependencies/relationships etc. is hard. Would it be possible to implement something similar to what NX does, where you hover over a specific node and it highlight the related ones?
https://nx.dev/features/explore-graph
Beta Was this translation helpful? Give feedback.
All reactions