Add new graphs for watches by day of week and hour of day.

Clean up some graph styling
This commit is contained in:
Tim 2015-06-24 00:10:09 +02:00
parent 71a2e75fef
commit 0224c709b0
6 changed files with 257 additions and 3 deletions

View file

@ -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 {