From 6920f6e6b93e5b929ea4af953d21a1038ca476ba Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Wed, 16 Apr 2025 15:19:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=8C=BA=E9=97=B4=E6=9D=A1=E5=BD=A2=E5=9B=BE=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=B8=8D=E5=85=A8=EF=BC=8C=E9=85=8D=E7=BD=AE=E5=9C=86=E8=A7=92?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E5=89=8D=E7=AB=AF=E6=8A=A5=E9=94=99=E7=9A=84?= =?UTF-8?q?=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/common/common_antv.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts index 34ac21b7b8..10acc24be4 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts @@ -2433,7 +2433,7 @@ export const configRoundAngle = (chart: Chart, styleName: string, callBack?: (da [styleName]: datum => { return { radius: - datum.values[0] < datum.values[1] + datum?.values[0] < datum?.values[1] ? isTopRound ? bottomRadius : finalRadius