Enhance grapher a bit

This commit is contained in:
Jan Philipp Timme 2018-05-04 16:12:53 +02:00
parent 8d37f443f5
commit 18c149eceb
1 changed files with 3 additions and 3 deletions

View File

@ -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]}