react-d3-radar icon indicating copy to clipboard operation
react-d3-radar copied to clipboard

React-based Radar chart for D3

Results 11 react-d3-radar issues
Sort by recently updated
recently updated
newest added

Looks to me that the {style} prop is not being passed into RadarAxis from RadarWrapper

Radar chart is not displayed properly on IE 11.

Passing style down to RadarAxis should enable us to override fontSize.

Like onFocus/onKeyPress etc on a specific point.

In the `v-next` branch, the `RadarAxis` component calls the `onClick` method on mouseover. I believe the cause is here: https://github.com/shauns/react-d3-radar/blob/v-next/src/RadarAxis.js#L71-L72 This causes (what I think is) unexpected behavior for an...

Hi, I'm trying to use this for an interactive radar chart. It has all functionality I need. Unfortunately the `onHover` method isn't working for me. I tried using your exact...

Hello, Is it possible with this component to draw hexagones instead of circles like this example http://bl.ocks.org/chrisrzhou/2421ac6541b68c1680f8 ? Thank you !

First and foremost, thank you for this component ! I would love to be able to specify multiple domainMax (one for each key, and all sets will have the same...