revert: 回退无用信息
This commit is contained in:
parent
7b84970327
commit
d224c31903
@ -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) {
|
||||
|
||||
@ -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') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user