对tooltip显示bug进行了修改
This commit is contained in:
parent
e51591dfb1
commit
e0b0792dc8
|
@ -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: {
|
||||
|
||||
|
|
Loading…
Reference in New Issue