Throwing console error when configuring `PieTooltip` component with `margins={{left: 100, top:100}}` property. ``` javascript <PieTooltip {...this.props} swatchShape = "circle" margins={{left: 100, top:100}} > <SimpleTooltip /> </PieTooltip> ``` 