Merge pull request #8833 from dataease/pr@dev@fix_animation

fix(仪表板): 修复AntV环形图初始渲染动画对后端截图的影响
This commit is contained in:
王嘉豪 2024-04-01 16:20:01 +08:00 committed by GitHub
commit cf8e7e3786
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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