对tooltip显示bug进行了修改

This commit is contained in:
Cool 2023-11-16 18:54:50 +08:00
parent e51591dfb1
commit e0b0792dc8
1 changed files with 6 additions and 0 deletions

View File

@ -395,6 +395,9 @@ export default {
name: item.college,
type: 'line',
data: [],
tooltip:{
show:true,
},
label: {
show: true,
position: 'top'
@ -406,6 +409,9 @@ export default {
data: [],
//
barWidth: 50,
tooltip:{
show:false,
},
//
itemStyle: {