From dde7991b70609884d85eb94300a0d7867f86aaa5 Mon Sep 17 00:00:00 2001 From: Jakob Stoeck Date: Wed, 1 Nov 2017 21:17:52 +0100 Subject: [PATCH] show 7 days per week in docs, fixes #12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now you can’t hide anymore that you don’t commit on Sundays ;) --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 14219c2..ce46ecd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -215,7 +215,7 @@ parent: "#heatmap", data: heatmap_data, // object with date/timestamp-value pairs type: 'heatmap', - height: 100, + height: 115, discrete_domains: 1 // default 0 });