From 545e9f65712139c40e481ae4d1590ed5bc6e7f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Wed, 14 Sep 2022 15:31:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=8F=8C=E6=8A=98?= =?UTF-8?q?=E7=BA=BF=E6=B8=90=E5=8F=98=E5=9B=BE=E7=BC=96=E8=BE=91=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/packages/components/Charts/Lines/LineGradients/config.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/packages/components/Charts/Lines/LineGradients/config.ts b/src/packages/components/Charts/Lines/LineGradients/config.ts index ffb8f240..1650bc83 100644 --- a/src/packages/components/Charts/Lines/LineGradients/config.ts +++ b/src/packages/components/Charts/Lines/LineGradients/config.ts @@ -53,9 +53,8 @@ const option = { type: 'line', smooth: false, lineStyle: { - normal: { - width: 3 - } + width: 3, + type: 'solid' }, areaStyle: { opacity: 0.8,