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.03k stars 424 forks source link

Map is very small, cannot scale without the map being off the screen #268

Open ceriwestcott opened 2 years ago

ceriwestcott commented 2 years ago

I am attempting to create an interactive map of my home country using react-simple-maps, I am facing an issue where the map I am rendering in is extremely small, I have tried using height/width and scale but I cannot seem to get the map to render larger than scale(8).

https://codesandbox.io/s/zoom-controls-forked-g47m1?file=/src/MapChart.js