2

I'm using react-simple-maps to show a SVG map of Argentina, but the issue is that react-simple-maps shows with a small size the map and is not centered. I tried some things to fix it but I don't understand how to fix it.

It's the codesandbox where there's my code:- https://codesandbox.io/s/basic-map-forked-9x1bl

Sarun UK
  • 6,210
  • 7
  • 23
  • 48

1 Answers1

1

If you are facing issue with the zoom then you can try using the ZoomableGroup at ZoomableGroup

you can use it by importing import { ZoomableGroup } from "react-simple-maps"

Pratik Agrawal
  • 405
  • 3
  • 17