mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Add new graphs for watches by day of week and hour of day.
Clean up some graph styling
This commit is contained in:
parent
71a2e75fef
commit
0224c709b0
6 changed files with 257 additions and 3 deletions
|
@ -8152,7 +8152,7 @@ ol.test >li {
|
|||
}
|
||||
|
||||
.graphs-instance {
|
||||
height: 350px;
|
||||
height: 300px;
|
||||
padding: 20px;
|
||||
background-color: #282828;
|
||||
margin-right: 20px;
|
||||
|
@ -8160,7 +8160,9 @@ ol.test >li {
|
|||
}
|
||||
|
||||
.watch-chart {
|
||||
height: 360px;
|
||||
margin-top: 10px;
|
||||
height: 300px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.graphs-load {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue