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) }