Fixes colors in dygraph plotters

This commit is contained in:
Matteo Biscosi 2023-12-15 11:17:31 +00:00
parent 7b8886ad37
commit 42e37fc41d
3 changed files with 12 additions and 2 deletions

View file

@ -46,6 +46,12 @@ local series_extra_info = {
},
default = {
color = '#c6d9fd'
},
usage_sent = {
color = '#b3abd6'
},
usage_rcvd = {
color = '#2f4241'
}
}