From 18c149eceb6093c0b512131e65f8d9e8d769135f Mon Sep 17 00:00:00 2001
From: Jan Philipp Timme <jan.philipp@timme.it>
Date: Fri, 4 May 2018 16:12:53 +0200
Subject: [PATCH] Enhance grapher a bit

---
 grapher.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/grapher.sh b/grapher.sh
index c42655c..52b30f0 100755
--- a/grapher.sh
+++ b/grapher.sh
@@ -6,9 +6,9 @@ cd `dirname $0`
 # Load settings
 . ./settings.sh
 
-period_filenames=("hour.png" "6hours.png" "day.png" "week.png" "month.png" "6months.png" "year.png")
-period_startparams=("end-1h" "end-6h" "end-24h" "end-7d" "end-1m" "end-6m" "end-1y")
-period_texts=("Last hour" "Last 6 hours" "Last day" "Last week" "Last month" "Last 6 months" "Last year")
+period_filenames=("hour.png" "6hours.png" "12hours.png" "day.png" "week.png" "month.png" "6months.png" "year.png")
+period_startparams=("end-1h" "end-6h" "end-12h" "end-24h" "end-7d" "end-4w" "end-6M" "end-1y")
+period_texts=("Last hour" "Last 6 hours" "Last 12 hours" "Last day" "Last week" "Last month" "Last 6 months" "Last year")
 
 for index in ${!period_filenames[*]}; do
     filename=${period_filenames[$index]}
-- 
GitLab