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 },