CPU使用率 图表
This commit is contained in:
parent
2576535006
commit
2e8f740674
@ -72,6 +72,26 @@ const chart = reactive({
|
||||
min: 0,
|
||||
max: 100
|
||||
},
|
||||
visualMap: {
|
||||
show: false,
|
||||
pieces: [
|
||||
{
|
||||
gte: 0,
|
||||
lte: 30,
|
||||
color: '#5cb87a'
|
||||
},
|
||||
{
|
||||
gt: 30,
|
||||
lte: 80,
|
||||
color: '#e6a23c'
|
||||
},
|
||||
{
|
||||
gt: 80,
|
||||
lte: 100,
|
||||
color: '#f56c6c'
|
||||
},
|
||||
]
|
||||
},
|
||||
series: [
|
||||
{
|
||||
name: 'CPU使用率',
|
||||
|
Loading…
Reference in New Issue
Block a user