Update status.html

This commit is contained in:
Timm 2015-03-19 00:07:46 +01:00
parent 92d1f324ec
commit fb1e9c00be
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ layout: default
legendElementWidth = gridSize*2, legendElementWidth = gridSize*2,
buckets = 9, buckets = 9,
colors = ["#D9534E","#D47551","#D09453","#CCB054","#C6C856","#A8C458","#8CC059","#72BC5A","#5CB85C"], colors = ["#D9534E","#D47551","#D09453","#CCB054","#C6C856","#A8C458","#8CC059","#72BC5A","#5CB85C"],
days = [ "Su","Mo", "Tu", "We", "Th", "Fr", "Sa"], days = [ "Mo", "Tu", "We", "Th", "Fr", "Sa", "Su" ],
times = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23"]; times = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23"];
function showGraph (data) { function showGraph (data) {