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,