forked from github/dataease
style(图表-热力地图): 去掉图表未用到的初始化配置项
This commit is contained in:
parent
b8cc3e7521
commit
a209e450a3
@ -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