From ee995e0ee3bc9dcfb3d634d37328079e23d82c96 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 6 Apr 2023 10:57:20 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2749=20=20fix=EF=BC=9A=20=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=20=E9=BB=98=E8=AE=A4=E7=BC=A9=E6=94=BE=E7=9A=84=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=20=E6=9C=80=E5=B0=8F=E5=80=BC=20=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E4=BB=8E=E6=8E=A5=E5=8F=A3=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/chart/chart/chartMap.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/chart/chart/chartMap.vue b/nezha-fronted/src/components/chart/chart/chartMap.vue index cf49c3a0e..63804daaa 100644 --- a/nezha-fronted/src/components/chart/chart/chartMap.vue +++ b/nezha-fronted/src/components/chart/chart/chartMap.vue @@ -125,7 +125,7 @@ export default { container: mapId, style: mapStyle, maxZoom: mapConfig.maxZoom || 7, - minZoom: mapConfig.minZoom || 7, + minZoom: mapConfig.minZoom || 1, renderWorldCopies: false, maxBounds: [[-179, -85], [179, 85]], hash: false,