cleaning up
parent
ecce7a140f
commit
9427f2a3db
|
|
@ -214,8 +214,8 @@ func newCharts() Charts {
|
|||
DefaultDialColors: Colors{Color("palegreen"), Color("orangered")},
|
||||
DefaultChartColors: Colors{Color("palegreen"), Color("orangered")},
|
||||
ResourceColors: map[string]Colors{
|
||||
"cpu": Colors{Color("dodgerblue"), Color("darkslateblue")},
|
||||
"mem": Colors{Color("yellow"), Color("goldenrod")},
|
||||
"cpu": {Color("dodgerblue"), Color("darkslateblue")},
|
||||
"mem": {Color("yellow"), Color("goldenrod")},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue