fix: assets proportion tooltip cause page bounced at first time

This commit is contained in:
wisonic
2024-09-27 14:36:01 +08:00
committed by Bryan
parent 1cbd58664c
commit 352ac7e828

View File

@@ -128,7 +128,8 @@ export default {
tip += current.label + '' + current.total + '<br/>' tip += current.label + '' + current.total + '<br/>'
} }
return tip return tip
} },
appendToBody: true
}, },
grid: { grid: {
top: '60%', top: '60%',