Customize on :hover ?
ANewmy opened this issue · 1 comments
ANewmy commented
Was wondering if there was a way to specify the css :hover tag for the bubbles?
ANewmy commented
Using:
.node:hover { cursor: pointer; }
Worked for me since you used class="node" but this was sort of a hack, also I have a few other D3 components also using class="node" so I'm open to better suggestions.