From 101b868c057b1dd9cf13962dd4b06cb08922aced Mon Sep 17 00:00:00 2001 From: luoyp <2456821174@qq.com> Date: Tue, 1 Aug 2023 08:44:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=95=E6=8A=98=E7=BA=BF?= =?UTF-8?q?=E6=B8=90=E5=8F=98=E5=9B=BE=E9=BC=A0=E6=A0=87=E7=A7=BB=E5=85=A5?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Charts/Lines/LineLinearSingle/config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/packages/components/Charts/Lines/LineLinearSingle/config.ts b/src/packages/components/Charts/Lines/LineLinearSingle/config.ts index abcb2a31..12b54782 100644 --- a/src/packages/components/Charts/Lines/LineLinearSingle/config.ts +++ b/src/packages/components/Charts/Lines/LineLinearSingle/config.ts @@ -33,6 +33,10 @@ export const option = { width: 3, color: { type: 'linear', + x: 0, + y: 0, + x2: 0, + y2: 1, colorStops: [ { offset: 0,