I’ve got a TreeLayout diagram. When a user’s mouse enters a node, I want the links connected to all ancestors and children of that node to get highlighted.
I know TreeLayouts only define the parent relationship, but is there a way to walk the tree up from here (and down through children nodes as well)? Screenshot of my diagram attached for reference.