mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31:15 -07:00
Highlight the weekends on daily graphs.
Random bug fixes and cleanups.
This commit is contained in:
parent
c7af1c127c
commit
de66480d5f
7 changed files with 30 additions and 7 deletions
|
@ -46,7 +46,8 @@ var hc_plays_by_day_options = {
|
|||
color: '#aaa'
|
||||
}
|
||||
},
|
||||
categories: [{}]
|
||||
categories: [{}],
|
||||
plotBands: []
|
||||
},
|
||||
yAxis: {
|
||||
title: {
|
||||
|
|
|
@ -46,7 +46,8 @@ var hc_plays_by_stream_type_options = {
|
|||
color: '#aaa'
|
||||
}
|
||||
},
|
||||
categories: [{}]
|
||||
categories: [{}],
|
||||
plotBands: []
|
||||
},
|
||||
yAxis: {
|
||||
title: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue