analyze: change zetcd color

This commit is contained in:
Gyu-Ho Lee 2016-12-29 12:11:56 -08:00
parent f917166c0d
commit 41689a09cd
No known key found for this signature in database
GPG Key ID: 1DDD39C7EB70C24C
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ func getRGB(legend string, i int) color.Color {
return color.RGBA{38, 169, 24, 255} // green
}
if strings.HasPrefix(legend, "zetcd") {
return color.RGBA{159, 102, 16, 255} // brown
return color.RGBA{251, 206, 0, 255} // yellow
}
if strings.HasPrefix(legend, "etcd") {
return color.RGBA{24, 90, 169, 255} // blue