shauns / react-d3-radar

React-based Radar chart for D3
MIT License
53 stars 32 forks source link

add onAxisLabelMouseover prop to RadarAxis #14

Closed matthewcocco closed 5 years ago

matthewcocco commented 5 years ago

add an onAxisLabelMouseover prop to RadarAxis, Radar, and RadarWrapper so that mousing over an axis label and clicking on an axis label can be set separately.

Resolves #13

shauns commented 5 years ago

Looks great! Thank you!