I have a d3.js tree that looks like this:
What I want to do is, if the user hovers over a node, a pop-up will appear at that node. How can I achieve this?