Merge pull request #11251 from dataease/pr@dev-v2@chart-heat-map-style

style(图表-热力地图): 去掉图表未用到的初始化配置项
This commit is contained in:
jianneng-fit2cloud 2024-07-30 11:48:14 +08:00 committed by GitHub
commit ea3f7516bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,11 +103,6 @@ export class HeatMap extends L7ChartView<Scene, L7Config> {
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)
}