From 5a9922385cfc78413a13c1b587b1e0337cc0e80d Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 7 Sep 2023 09:01:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE-=E5=9C=B0=E5=9B=BE):=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=9C=B0=E5=9B=BE=E4=B8=8B=E9=92=BB=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/views/chart/components/ChartComponent.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/frontend/src/views/chart/components/ChartComponent.vue b/core/frontend/src/views/chart/components/ChartComponent.vue index 7a76eaa67d..fb1f4e9988 100644 --- a/core/frontend/src/views/chart/components/ChartComponent.vue +++ b/core/frontend/src/views/chart/components/ChartComponent.vue @@ -494,12 +494,6 @@ export default { trackClick(trackAction) { const param = this.pointParam if (!param || !param.data || !param.data.dimensionList) { - if (this.chart.type === 'map') { - const zoom = this.myChart.getOption().geo[0].zoom - if (zoom <= 1) { - this.$warning(this.$t('panel.no_drill_field')) - } - } return } const quotaList = this.pointParam.data.quotaList