fix(仪表板): 修复AntV环形图初始渲染动画对后端截图的影响

This commit is contained in:
wangjiahao 2024-04-01 16:19:06 +08:00
parent 8c21e25aeb
commit 0b0042f68a

View File

@ -31,6 +31,7 @@ export function basePieOptionAntV(container, chart, action) {
label: label,
tooltip: tooltip,
legend: legend,
animation: false,
pieStyle: {
lineWidth: 0
},