fix:网络设备 首页 设备故障类别分析
This commit is contained in:
parent
7165a9ebb6
commit
bd53619ac5
@ -235,7 +235,8 @@ export default {
|
||||
},
|
||||
},
|
||||
xAxis: {
|
||||
type:'value'
|
||||
type:'value',
|
||||
|
||||
},
|
||||
yAxis: {
|
||||
data:res.data.map(item=>item.note1),
|
||||
@ -313,6 +314,17 @@ export default {
|
||||
inside: true,
|
||||
alignWithLabel:true,
|
||||
},
|
||||
splitLine: {
|
||||
show: true,
|
||||
lineStyle: {
|
||||
color: '#0735a2',
|
||||
width: 1,
|
||||
type: 'dashed'
|
||||
}
|
||||
},
|
||||
splitArea: {
|
||||
show: true
|
||||
},
|
||||
},
|
||||
color:['#5470c6'],
|
||||
series: [
|
||||
|
Loading…
Reference in New Issue
Block a user