weknowinc/react-bubble-chart-d3

Customize on :hover ?

ANewmy opened this issue · 1 comments

Was wondering if there was a way to specify the css :hover tag for the bubbles?

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.