From a1b39782c0d24bb3a79314498eb02ac24f51572f Mon Sep 17 00:00:00 2001 From: Merlin Raschtuttis Date: Mon, 4 May 2015 12:18:43 +0200 Subject: [PATCH 1/4] Added more colorstops to the status-graph --- status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/status.html b/status.html index bf2373e..46de1de 100644 --- a/status.html +++ b/status.html @@ -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"]; From a616f9bf5c697fe7fb3990d6facb3609bac12cd3 Mon Sep 17 00:00:00 2001 From: Merlin Raschtuttis Date: Mon, 4 May 2015 12:20:44 +0200 Subject: [PATCH 2/4] Revert "Added more colorstops to the status-graph" This reverts commit a1b39782c0d24bb3a79314498eb02ac24f51572f. --- status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/status.html b/status.html index 46de1de..bf2373e 100644 --- a/status.html +++ b/status.html @@ -171,8 +171,8 @@ layout: default height = 430 - margin.top - margin.bottom, gridSize = Math.floor(width / 24), legendElementWidth = gridSize*2, - buckets = 12, - colors = ["#D9534E","#CF5B4F", "#C46451", "#BA6C52", "#AF7553", "#A57D53", "#9B8555", "#908E56", "#869658", "#7B9E58", "#71A759", "#5CB85C"], + buckets = 9, + colors = ["#D9534E","#D47551","#D09453","#CCB054","#C6C856","#A8C458","#8CC059","#72BC5A","#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"]; From 9cf7da701ce05ee6d96748247923774f7468731d Mon Sep 17 00:00:00 2001 From: Merlin Raschtuttis Date: Mon, 4 May 2015 14:19:44 +0200 Subject: [PATCH 3/4] Added more color-stops to the status graph, now using the right colors --- status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/status.html b/status.html index bf2373e..a507168 100644 --- a/status.html +++ b/status.html @@ -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", "#D56F50", "#D18952", "#CEA153", "#CAB755", "#C3C856", "#ABC458", "#94C159", "#7EBE5A", "#6EBB5A","65BA5B", "#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"]; From 0f8b7d6da928ce9326cba2b1ed692b76a903c71a Mon Sep 17 00:00:00 2001 From: Merlin Raschtuttis Date: Mon, 4 May 2015 14:21:18 +0200 Subject: [PATCH 4/4] Argh. Forgot one "#" --- status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status.html b/status.html index a507168..4b7cfb4 100644 --- a/status.html +++ b/status.html @@ -172,7 +172,7 @@ layout: default gridSize = Math.floor(width / 24), legendElementWidth = gridSize*2, buckets = 12, - colors = ["#D9534E", "#D56F50", "#D18952", "#CEA153", "#CAB755", "#C3C856", "#ABC458", "#94C159", "#7EBE5A", "#6EBB5A","65BA5B", "#5CB85C"], + colors = ["#D9534E", "#D56F50", "#D18952", "#CEA153", "#CAB755", "#C3C856", "#ABC458", "#94C159", "#7EBE5A", "#6EBB5A","#65BA5B", "#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"];