From 7201dc55bcbdca8fd86e10cec4f2ea5ffce83a29 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Wed, 17 Sep 2025 17:23:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=8F=8C=E8=BD=B4=E5=9B=BE=E8=BD=B4=E7=BA=BF=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=A8=A1=E7=B3=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/js/panel/types/impl/g2.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/views/chart/components/js/panel/types/impl/g2.ts b/core/core-frontend/src/views/chart/components/js/panel/types/impl/g2.ts index 00fe45622a..c83229e889 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/types/impl/g2.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/types/impl/g2.ts @@ -115,6 +115,7 @@ export abstract class G2ChartView< lineLineWidth: axis.axisLine.lineStyle.width, lineLineDash, label: axis.axisLabel.show, + labelOpacity: 1, labelFill: axis.axisLabel.color, labelFillOpacity: 1, labelFontSize: axis.axisLabel.fontSize,