From b7cc9ae9157a66ac3c4b1223ec9e14ce80d2bada Mon Sep 17 00:00:00 2001 From: gauthiier Date: Wed, 8 Nov 2017 16:18:10 +0100 Subject: [PATCH] graph bar with ratio --- www/static/search.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/static/search.js b/www/static/search.js index 98a7869..6366e91 100644 --- a/www/static/search.js +++ b/www/static/search.js @@ -44,7 +44,7 @@ function search_result_archive(a) { }); } -var min_month = new Date(1995, 10); +var min_month = new Date(1995, 9); var max_month = new Date(); function diff_months(d1, d2) { @@ -122,7 +122,7 @@ function graph(data) { }, bar: { width: { - ratio: 0.9 + ratio: 0.8 } } });