From 49243dc526b1fdefe7bb275c21225a0d65b771d8 Mon Sep 17 00:00:00 2001 From: wisonic Date: Thu, 17 Oct 2024 19:33:33 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E9=A5=BC=E5=9B=BE=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/js/panel/charts/pie/pie.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/pie/pie.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/pie/pie.ts index 9dafb6c8fc..b68502ff4b 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/pie/pie.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/pie/pie.ts @@ -54,6 +54,7 @@ export class Pie extends G2PlotChartView { colorField: 'field', appendPadding: getPadding(chart), color, + animation: false, pieStyle: { lineWidth: 0 },