react-d3 / react-d3-tooltip

react-d3 tooltip implementation
http://www.reactd3.org/docs/tooltip/
23 stars 22 forks source link

Console error while configuring margins #31

Open pasupuletics opened 6 years ago

pasupuletics commented 6 years ago

Throwing console error when configuring PieTooltip component with margins={{left: 100, top:100}} property.

<PieTooltip
  {...this.props}
  swatchShape = "circle"
  margins={{left: 100, top:100}}
>
    <SimpleTooltip />
</PieTooltip>

123