图标tooltip的位置自适应
This commit is contained in:
parent
be92fd5ce1
commit
fbc2766534
|
@ -281,7 +281,11 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: 'axis'
|
trigger: 'axis',
|
||||||
|
confine: true,
|
||||||
|
textStyle: {
|
||||||
|
fontSize: 10
|
||||||
|
}
|
||||||
},
|
},
|
||||||
grid: {
|
grid: {
|
||||||
left: '3%',
|
left: '3%',
|
||||||
|
|
Loading…
Reference in New Issue