From a209e450a380f199d41c4549317f9feb9ccba98d Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Tue, 30 Jul 2024 11:47:37 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=9B=BE=E8=A1=A8-=E7=83=AD=E5=8A=9B?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE):=20=E5=8E=BB=E6=8E=89=E5=9B=BE=E8=A1=A8?= =?UTF-8?q?=E6=9C=AA=E7=94=A8=E5=88=B0=E7=9A=84=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/js/panel/charts/map/heat-map.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/map/heat-map.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/map/heat-map.ts index 7dcc9379ec..b12600bc21 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/map/heat-map.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/map/heat-map.ts @@ -103,11 +103,6 @@ export class HeatMap extends L7ChartView { return new L7Wrapper(scene, config) } - setupDefaultOptions(chart: ChartObj): ChartObj { - chart.customAttr.misc.mapLineAnimate = true - return chart - } - protected setupOptions(chart: Chart, config: L7Config): L7Config { return flow(this.configEmptyDataStrategy)(chart, config) }