react-simple-maps icon indicating copy to clipboard operation
react-simple-maps copied to clipboard

Beautiful React SVG maps with d3-geo and topojson using a declarative api.

Results 165 react-simple-maps issues
Sort by recently updated
recently updated
newest added

Example sandbox of tooltip is not working. https://www.react-simple-maps.io/examples/map-chart-with-tooltip/

I am using multiple markers in the United States map with ZoomableGroup. There are multiple markers in some areas and when i zoom in they do not scatter out but...

Is there any way to add html instead of svg marker content? For example I have dynamic data to render in marker and it affect the size and centering of...

I Face issue if i custom the marker by react element like box or div . it doesn't appear. if i want to make custom marker with the following features:...

I'm trying to use a map of Germany. The SVG element is of an appropriate size, but the geography elements () are extremely small. Here's the JSON file: https://raw.githubusercontent.com/deldersveld/topojson/master/countries/germany/germany-regions.json How...

Hi there I'm trying to use the following JSON to react-simple-maps v3.0.0 (but happens also with 2.3.0). But I get th following error: ![image](https://user-images.githubusercontent.com/8424136/203512563-12becdad-536c-4d53-8d5e-48645b994d4b.png) I'm not very familiar with this...

It would be great to initiate a flyTo and/or zoom based on some event (e.g. - click, select, etc.). It is not clear from the documentation how to do that....

I saw while going through the docs that the favicon for all the pages of the website is missing. Do we have a fix for that?

сука почему нельзя центрировать эту коченную карту полностью по размерам родительского div контейнера блять?!

I have a Geography component with the following styling when pressed: pressed: { fill: isCurrentQuizUnit ? 'green' : 'red', outline: 'none', } This works normally, but when the Geography component...