Added more colorstops to the status-graph

This commit is contained in:
Merlin Raschtuttis 2015-05-04 12:18:43 +02:00
parent ba42bf7d01
commit a1b39782c0
1 changed files with 2 additions and 2 deletions

View File

@ -171,8 +171,8 @@ layout: default
height = 430 - margin.top - margin.bottom,
gridSize = Math.floor(width / 24),
legendElementWidth = gridSize*2,
buckets = 9,
colors = ["#D9534E","#D47551","#D09453","#CCB054","#C6C856","#A8C458","#8CC059","#72BC5A","#5CB85C"],
buckets = 12,
colors = ["#D9534E","#CF5B4F", "#C46451", "#BA6C52", "#AF7553", "#A57D53", "#9B8555", "#908E56", "#869658", "#7B9E58", "#71A759", "#5CB85C"],
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"];