mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fixes colors in dygraph plotters
This commit is contained in:
parent
7b8886ad37
commit
42e37fc41d
3 changed files with 12 additions and 2 deletions
|
|
@ -46,6 +46,12 @@ local series_extra_info = {
|
|||
},
|
||||
default = {
|
||||
color = '#c6d9fd'
|
||||
},
|
||||
usage_sent = {
|
||||
color = '#b3abd6'
|
||||
},
|
||||
usage_rcvd = {
|
||||
color = '#2f4241'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue