Merge pull request #11251 from dataease/pr@dev-v2@chart-heat-map-style
style(图表-热力地图): 去掉图表未用到的初始化配置项
This commit is contained in:
commit
ea3f7516bb
@ -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)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user