refactor(图表): 关闭饼图动画

This commit is contained in:
wisonic 2024-10-17 19:33:33 +08:00
parent c4c8d5fffe
commit 49243dc526

View File

@ -54,6 +54,7 @@ export class Pie extends G2PlotChartView<PieOptions, G2Pie> {
colorField: 'field',
appendPadding: getPadding(chart),
color,
animation: false,
pieStyle: {
lineWidth: 0
},