From d224c31903783e26ab284d57dedc4c4f0aeb3ca7 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 2 Jan 2024 18:29:31 +0800 Subject: [PATCH] =?UTF-8?q?revert:=20=E5=9B=9E=E9=80=80=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/views/chart/components/ChartComponent.vue | 3 +-- core/frontend/src/views/chart/components/ChartComponentG2.vue | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/core/frontend/src/views/chart/components/ChartComponent.vue b/core/frontend/src/views/chart/components/ChartComponent.vue index 01263b93e3..17e3fa4c57 100644 --- a/core/frontend/src/views/chart/components/ChartComponent.vue +++ b/core/frontend/src/views/chart/components/ChartComponent.vue @@ -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) { diff --git a/core/frontend/src/views/chart/components/ChartComponentG2.vue b/core/frontend/src/views/chart/components/ChartComponentG2.vue index f13ab0a622..0c8ee39698 100644 --- a/core/frontend/src/views/chart/components/ChartComponentG2.vue +++ b/core/frontend/src/views/chart/components/ChartComponentG2.vue @@ -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') {