From 4e4a75f6a729ef7506d65aabb2afa0628a360b49 Mon Sep 17 00:00:00 2001 From: junjun Date: Mon, 8 Aug 2022 18:20:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E5=A0=86=E5=8F=A0?= =?UTF-8?q?=E5=9B=BElabel=EF=BC=8Ctooltip=E5=81=B6=E5=B0=94=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartEdit.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 9536594049..2cf44559ed 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -1669,7 +1669,8 @@ export default { view.type === 'word-cloud' || view.type === 'waterfall' || view.type === 'bar-stack' || - view.type === 'line-stack') { + view.type === 'line-stack' || + view.type === 'bar-stack-horizontal') { if (view.yaxis.length > 1) { view.yaxis.splice(1, view.yaxis.length) }