forked from github/dataease
fix(起泡地图): 删除下钻提示
This commit is contained in:
parent
5a9922385c
commit
72de39f805
@ -348,10 +348,6 @@
|
|||||||
this.pointParam.viewId = this.chart.id
|
this.pointParam.viewId = this.chart.id
|
||||||
const param = this.pointParam
|
const param = this.pointParam
|
||||||
if (!param || !param.data || !param.data.dimensionList) {
|
if (!param || !param.data || !param.data.dimensionList) {
|
||||||
const zoom = this.myChart.getOption().geo[0].zoom
|
|
||||||
if (zoom <= 1) {
|
|
||||||
this.$warning(this.$t('panel.no_drill_field'))
|
|
||||||
}
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
const linkageParam = {
|
const linkageParam = {
|
||||||
|
Loading…
Reference in New Issue
Block a user