From 63e197b2503fb3ac4928821e74eaed2b05a9ed9c Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Mon, 1 Jul 2024 16:53:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8-=E6=B5=81=E5=90=91?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE):=20=E4=BF=AE=E5=A4=8D=E6=B5=81=E5=90=91?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=EF=BC=8C=E5=90=8C=E6=A0=B7=E6=B5=81=E5=90=91?= =?UTF-8?q?=E7=BA=BF=E7=9A=84=E5=AE=BD=E5=BA=A6=EF=BC=8C=E5=9C=A8=E4=B8=8D?= =?UTF-8?q?=E5=90=8C=E7=BA=BF=E7=B1=BB=E5=9E=8B=E6=97=B6=EF=BC=8C=E7=9C=8B?= =?UTF-8?q?=E8=B5=B7=E6=9D=A5=E5=AE=BD=E5=BA=A6=E4=B8=8D=E4=B8=80=E6=A0=B7?= =?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 --- .../src/views/chart/components/js/panel/charts/map/flow-map.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/map/flow-map.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/map/flow-map.ts index 9ef53a7bae..07d8ebb3f6 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/map/flow-map.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/map/flow-map.ts @@ -57,7 +57,7 @@ export class FlowMap extends L7ChartView { } const flowLineStyle = { type: miscStyle.mapLineType, - size: miscStyle.mapLineWidth, + size: miscStyle.mapLineType === 'line' ? miscStyle.mapLineWidth / 2 : miscStyle.mapLineWidth, animate: miscStyle.mapLineAnimate, animateDuration: miscStyle.mapLineAnimateDuration, gradient: miscStyle.mapLineGradient,