From e65c91ae286b9d5bbff15337de55958d55f1f606 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 23 Aug 2022 17:13:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=89=AF=E8=BD=B4=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E8=B7=9F=E9=9A=8F=E4=BB=AA=E8=A1=A8=E7=89=88=E6=94=BE?= =?UTF-8?q?=E7=BC=A9=EF=BC=8C=E4=BF=AE=E5=A4=8D=E7=9B=B8=E5=90=8C=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E5=A4=A7=E5=B0=8F=E4=B8=BB=E5=89=AF=E8=BD=B4=E5=AE=9E?= =?UTF-8?q?=E9=99=85=E6=98=BE=E7=A4=BA=E5=A4=A7=E5=B0=8F=E4=B8=8D=E5=90=8C?= =?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 --- frontend/src/components/canvas/utils/style.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/components/canvas/utils/style.js b/frontend/src/components/canvas/utils/style.js index 153863dd9b..116d37ba14 100644 --- a/frontend/src/components/canvas/utils/style.js +++ b/frontend/src/components/canvas/utils/style.js @@ -143,6 +143,13 @@ export const customStyleTrans = { 'lineStyle': ['width'] } }, + 'yAxisExt': { + 'nameTextStyle': ['fontSize'], + 'axisLabel': ['fontSize'], + 'splitLine': { + 'lineStyle': ['width'] + } + }, 'split': { 'name': ['fontSize'], 'axisLine': {