Added more color-stops to the status graph, now using the right colors
This commit is contained in:
parent
a616f9bf5c
commit
9cf7da701c
@ -171,8 +171,8 @@ layout: default
|
|||||||
height = 430 - margin.top - margin.bottom,
|
height = 430 - margin.top - margin.bottom,
|
||||||
gridSize = Math.floor(width / 24),
|
gridSize = Math.floor(width / 24),
|
||||||
legendElementWidth = gridSize*2,
|
legendElementWidth = gridSize*2,
|
||||||
buckets = 9,
|
buckets = 12,
|
||||||
colors = ["#D9534E","#D47551","#D09453","#CCB054","#C6C856","#A8C458","#8CC059","#72BC5A","#5CB85C"],
|
colors = ["#D9534E", "#D56F50", "#D18952", "#CEA153", "#CAB755", "#C3C856", "#ABC458", "#94C159", "#7EBE5A", "#6EBB5A","65BA5B", "#5CB85C"],
|
||||||
days = [ "Mo", "Tu", "We", "Th", "Fr", "Sa", "Su" ],
|
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"];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user