From ec45a8224415f322a3d809cf77fead13ce969838 Mon Sep 17 00:00:00 2001 From: junjie Date: Tue, 8 Feb 2022 14:27:40 +0800 Subject: [PATCH] feat: S2 pivot --- frontend/src/views/chart/view/ChartEdit.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 195ca65f24..a868617587 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -1867,7 +1867,9 @@ export default { if (this.view.tableId !== this.changeTable.id) { this.view.tableId = this.changeTable.id this.view.xaxis = [] + this.view.xaxisExt = [] this.view.yaxis = [] + this.view.yaxisExt = [] this.view.customFilter = [] this.view.extStack = [] this.view.extBubble = []