From 5b45999caa7d7e836555e8a887fb099a0446ec95 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Fri, 29 May 2026 11:37:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=88=86=E7=BB=84=E6=9F=B1=E7=BA=BF=E7=BB=84=E5=90=88=E5=9B=BE?= =?UTF-8?q?=E7=BA=BF=E6=8C=87=E6=A0=87=E7=82=B9=E7=BA=BF=E5=88=86=E7=A6=BB?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/components/js/panel/charts/g2/mix/mix-group.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/g2/mix/mix-group.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/g2/mix/mix-group.ts index 64aa874e3e..4389b22c29 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/g2/mix/mix-group.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/g2/mix/mix-group.ts @@ -192,7 +192,9 @@ export class GroupLineMix extends G2ChartView { }, scale: { y: { - key: 'right' + key: 'right', + nice: true, + independent: true } }, axis: {