auxesis / visage

Graph collectd metrics in the browser, backed by a JSON API
http://visage-app.com/
Other
381 stars 56 forks source link

Inconsistent line colours between charts of same type #112

Closed jdub closed 11 years ago

jdub commented 12 years ago

I have a host with three vCPUs, and the colours chosen for the various lines in the CPU charts are not consistent. The metrics are listed in different orders too, which I believe might be the reason (they'd probably use the same colours if they were listed in the same order).

user, interrupt, nice, system, steal, wait, idle, softirq

interrupt, user, nice, system, steal, idle, wait, softirq

(Perhaps sort metrics by alpha first?)