fix(plugin-chart-echarts): tooltip of big number truncated at then bottom (#20029)

This commit is contained in:
Stephen Liu 2022-05-13 22:51:42 +08:00 committed by GitHub
parent e625c03cd5
commit 35e6e2709c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,6 +218,7 @@ export default function transformProps(
bottom: 0,
},
tooltip: {
appendToBody: true,
show: true,
trigger: 'axis',
confine: true,