From ebebb3935d2cb14b35539b8da58b0f6b2f0a8e40 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Tue, 11 Mar 2025 21:49:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=9F=B1=E7=BA=BF=E5=9B=BE=E7=9A=84=E8=BD=B4=E7=BA=BF=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E5=92=8C=E7=BD=91=E6=A0=BC=E7=BA=BF=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E7=BC=A9=E6=94=BE=E4=B8=8D=E4=B8=80=E8=87=B4=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/utils/canvasStyle.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/core/core-frontend/src/utils/canvasStyle.ts b/core/core-frontend/src/utils/canvasStyle.ts index b7cdbc51d9..0e95411cef 100644 --- a/core/core-frontend/src/utils/canvasStyle.ts +++ b/core/core-frontend/src/utils/canvasStyle.ts @@ -160,6 +160,9 @@ export const customStyleTrans = { axisLabel: ['fontSize'], splitLine: { lineStyle: ['width'] + }, + axisLine: { + lineStyle: ['width'] } }, yAxis: { @@ -167,6 +170,9 @@ export const customStyleTrans = { axisLabel: ['fontSize'], splitLine: { lineStyle: ['width'] + }, + axisLine: { + lineStyle: ['width'] } }, yAxisExt: { @@ -174,6 +180,9 @@ export const customStyleTrans = { axisLabel: ['fontSize'], splitLine: { lineStyle: ['width'] + }, + axisLine: { + lineStyle: ['width'] } }, misc: {