From 13567b128cf6e774f9256ef6ea288dfe8d717a30 Mon Sep 17 00:00:00 2001 From: ulleo Date: Thu, 17 Apr 2025 10:37:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=8F=8C=E8=BD=B4=E5=9B=BE=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA?= =?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 --- .../views/chart/components/js/panel/charts/others/chart-mix.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/others/chart-mix.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/others/chart-mix.ts index 39f4fc5536..9ec82e39f0 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/others/chart-mix.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/others/chart-mix.ts @@ -301,7 +301,7 @@ export class ColumnLineMix extends G2PlotChartView { tempOption.geometryOptions[1].lineStyle = lineStyle tempOption.geometryOptions[0] = { ...tempOption.geometryOptions[0], - ...configRoundAngle(s, 'columnStyle') + ...configRoundAngle(chart, 'columnStyle') } }