网络状态图表
This commit is contained in:
parent
e49486e83d
commit
720e6304ec
@ -71,7 +71,7 @@ const chart = reactive({
|
||||
align: 'right',
|
||||
overflow: 'truncate',
|
||||
ellipsis: '...',
|
||||
width: 75,
|
||||
width: 85,
|
||||
formatter(value,index){
|
||||
return `${bytesToSizeWithUnit(value)}/s`
|
||||
}
|
||||
@ -79,7 +79,7 @@ const chart = reactive({
|
||||
min: 0,
|
||||
},
|
||||
grid:{
|
||||
left: 75,
|
||||
left: 85,
|
||||
containLabel: false
|
||||
},
|
||||
series: [
|
||||
|
Loading…
Reference in New Issue
Block a user