fix chart colors
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
5528988566
commit
85de19ffeb
@ -79,6 +79,14 @@ export default {
|
||||
case 'cancelled':
|
||||
itemStyle['color'] = '#616161'
|
||||
break
|
||||
|
||||
case 'klippy_shutodwn':
|
||||
itemStyle['color'] = '#757575'
|
||||
break
|
||||
|
||||
case 'klippy_disconnect':
|
||||
itemStyle['color'] = '#888888'
|
||||
break
|
||||
}
|
||||
|
||||
output.push({
|
||||
|
Loading…
x
Reference in New Issue
Block a user