revert: 回退无用信息

This commit is contained in:
wangjiahao 2024-01-02 18:29:31 +08:00
parent 7b84970327
commit d224c31903
2 changed files with 2 additions and 4 deletions

View File

@ -553,8 +553,7 @@ export default {
name: this.pointParam.data.name,
viewId: this.chart.id,
dimensionList: this.pointParam.data.dimensionList,
quotaList: quotaList,
names: this.pointParam.data.name.split('\n')
quotaList: quotaList
}
jumpParam.quotaList[0]['value'] = this.pointParam.data.value
switch (trackAction) {

View File

@ -401,8 +401,7 @@ export default {
dimensionList: this.pointParam.data.dimensionList,
quotaList: quotaList,
category: this.pointParam.data.category,
group: this.pointParam.data.group,
names: this.pointParam.data.name.split('\n')
group: this.pointParam.data.group
}
if (this.chart.type === 'scatter' && this.chart.render === 'antv') {