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 156 react-simple-maps issues
Sort by recently updated
recently updated
newest added

This library requires **prop-types** dependency extracted from the built-in `React v15.5.0`. Please include prop-types in project or remove the dependency so that users don't have to find dependencies.

I am trying to implement an example that uses the onMove event of ZoomableGroup. In version 3.0.0 `setScaleFactor` returns undefined, while in version 2.3.0 it works. ```javascript const MapChart =...

I am loading two different maps switching them with ternary operator, I am having this issue of overlapping maps when I switch to the second map, the first map overlaps...

I try to use `react-simple-maps` to render the flat map in the game. There are related answers in other issues, but it is not implemented in my code. Below is...

Hi,can the world map of this peoject be repleced with a map of China?

current published version `3.0.0` has security issue ``` [email protected] requires d3-color@1 - 2 via a transitive dependency on [email protected] [email protected] requires d3-color@1 - 2 via a transitive dependency on [email protected]...

Hello guys, My maps are not rendered anymore this the repo has been deleted. I found a general map https://unpkg.com/[email protected]/countries-110m.json, but I would like a map without Antartica and a...

Hey, absolutely love the library. It's perfect except for one problem that I can't seem to figure out. As you can see here, there's some artifacting occurring especially near the...

The Sandbox for "Map chart with tooltip" is broken https://codesandbox.io/p/sandbox/map-chart-with-tooltip-xwijz?file=%2Fsrc%2Findex.js%3A14%2C23

I am using react-simple-maps 3.0.0-beta.6 I am using the `useZoomPan` hook to create a control. I am disabling zoom on scroll with `filterZoomEvent`, but also noticed that there's zoom-in behavior...