Enhance grapher a bit
This commit is contained in:
parent
8d37f443f5
commit
18c149eceb
|
@ -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]}
|
||||
|
|
Loading…
Reference in New Issue