zcreativelabs / react-simple-maps

Beautiful React SVG maps with d3-geo and topojson using a declarative api.
https://www.react-simple-maps.io/
MIT License
3.11k stars 426 forks source link

Prevent Outline from Appearing Around Country #311

Closed john-craig closed 1 year ago

john-craig commented 1 year ago

When clicking on a given country a large rectangular outline appears around it. I would like to prevent this from happening. I can't find any information in the documentation about how this function works. I have tried overriding the onClick, onFocus, and onMouseDown functions for the Geography element but this does not seem to do anything.

Is there a way to prevent these outlines from appearing?

john-craig commented 1 year ago

Apologies, checked in the Closed Issues section and saw this problem was already answered here: https://github.com/zcreativelabs/react-simple-maps/issues/252