图标tooltip的位置自适应

This commit is contained in:
shijing 2024-03-08 09:35:28 +08:00
parent be92fd5ce1
commit fbc2766534
1 changed files with 5 additions and 1 deletions

View File

@ -281,7 +281,11 @@ export default {
} }
}, },
tooltip: { tooltip: {
trigger: 'axis' trigger: 'axis',
confine: true,
textStyle: {
fontSize: 10
}
}, },
grid: { grid: {
left: '3%', left: '3%',