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

How to click or to mark on text tooltip? ![Screenshot_2](https://user-images.githubusercontent.com/59453585/102860680-fee0cc00-4436-11eb-895f-99b62d6f0c58.jpg) I tried using "hover on me will keep the tooltip" and it didn't work https://codesandbox.io/s/heuristic-curran-bddeu?fontsize=14&hidenavigation=1&theme=dark&file=/src/App.js:450-456

How to render the map in flat 2d as shown below - without any curvature ![Screenshot 2020-12-15 at 4 02 53 PM](https://user-images.githubusercontent.com/13044958/102203769-fea07800-3eee-11eb-98b1-7803a6bdceb6.png) right now I am getting the curvature like...

Hi everyone, I have noticed that a role="geography" is added at https://github.com/zcreativelabs/react-simple-maps/blob/ce074907273605ad3be3a879d24b5fbea18630c1/src/components/Geography.js#L54 However `geography` seems not to be a valid aria role according to https://www.w3.org/TR/wai-aria-1.1/#role_definitions Google lighthouse is complaining about...

I cant find in the examples if can i use this library to make some interactive floor maps , is this possible ?

I'm currently using a `ZoomableGroup` with a CSS transition on `transform` to animate zooming and panning. It works great except for the fact that the map transitions on initialization from...

Hello! I try to draw a marker (e.g. with an airplane) along the line, but the line drawn by d3 `geoPath ()` curves along the globe. I can calculate x...

Hi, This component is great, but I am showing a standard projection and notice there is a large amount of vertical padding which is empty space; how would I reduce...

Is there any method to show Line and Annotation components after the map rendering defined in Geography component?

Hi there, I'm trying to upgrade `react-simple-maps` from an older version, but getting some strange errors. This is pretty frustrating since it looks like there are no sourcemaps bundled in...

I'm getting the following error with the latest release (2.1.2): ``` react.development.js:315 Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components)...