对tooltip显示bug进行了修改
This commit is contained in:
parent
e51591dfb1
commit
e0b0792dc8
|
@ -395,6 +395,9 @@ export default {
|
||||||
name: item.college,
|
name: item.college,
|
||||||
type: 'line',
|
type: 'line',
|
||||||
data: [],
|
data: [],
|
||||||
|
tooltip:{
|
||||||
|
show:true,
|
||||||
|
},
|
||||||
label: {
|
label: {
|
||||||
show: true,
|
show: true,
|
||||||
position: 'top'
|
position: 'top'
|
||||||
|
@ -406,6 +409,9 @@ export default {
|
||||||
data: [],
|
data: [],
|
||||||
//宽度
|
//宽度
|
||||||
barWidth: 50,
|
barWidth: 50,
|
||||||
|
tooltip:{
|
||||||
|
show:false,
|
||||||
|
},
|
||||||
//透明度
|
//透明度
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue