cleaning up

mine
derailed 2020-03-04 17:46:14 -07:00
parent ecce7a140f
commit 9427f2a3db
1 changed files with 2 additions and 2 deletions

View File

@ -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")},
},
}
}