weknowinc / react-bubble-chart-d3

React Bubble Chart using D3
MIT License
57 stars 56 forks source link

Customize on :hover ? #22

Closed ANewmy closed 5 years ago

ANewmy commented 5 years ago

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

ANewmy commented 5 years ago

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.