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

Is there a way to wrap the Annotation text to have a background? Otherwise it gets very hard to read

Hello, You will find the explained problem here => https://stackoverflow.com/questions/56181372/state-element-does-not-appear-on-react-simple-map-with-react-tooltip?noredirect=1#comment98988619_56181372 Thank you in advance.

npm --version 6.4.1 Example: basic-map npm install npm run dev open http://localhost:3000 Error in ./pages/index.js Module build failed: ReferenceError: Unknown plugin "transform-object-rest-spread" specified in "/home/lampshade10/Downloads/react-simple-maps-master/package.json" at 0, attempted to resolve...

Hey! First off, thanks for your GREAT library! I would like to create an orthogonal map that rotates with a frame rate of 2-3 fps. I have read up on...

currently the only way to make customized marker work is to put the svg details directly into the code. I tried webpack file loader and raw loader to load the...

Thanks for the great library! It would be nice if the topojson directory had a version of the same map data that is *very* low fidelity (like no more than...

A common use case is to drill down on a country to its subregions. I would like to be able to click on USA and view a choropleth map of...

Hi folks, i managed to implement the map. But I need to implement a legend with a gradient scale of colors. I tried to implement using pure SVG, but it...

Hello again community! I really love react-simple-maps, but I've been hitting a wall for a few days now! I have another issue (marked as solved), but have a work project...