Change default period of all graphs to 1 week

This commit changes default period of all graphs to 1 week except
grouped-runs which is already set as 2 weeks. We already changed it in
the home page[1] and it seems good. So let's make it the others.

[1] Ia8cdf52d191453c9bab59669550c0d7dc8faa6e2

Change-Id: Idaec6617032c48c64aa7e860bc95a7556e43f1c9
This commit is contained in:
Masayuki Igawa 2017-03-24 12:43:48 +09:00
parent cabf3f81a2
commit 4af48d0971
No known key found for this signature in database
GPG Key ID: 251CCDE9053850E4
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ var periodsService = function() {
'preference': {'hours': 12}},
'hour': {'min': {'hours': 12},
'max': {'months': 1},
'preference': {'months': 1}},
'preference': {'weeks': 1}},
'day': {'min': {'hours': 48},
'max': null,
'preference': {'months': 3}}
@ -45,7 +45,7 @@ var periodsService = function() {
'preference': {'hours': 12}},
'hour': {'min': {'hours': 12},
'max': {'months': 3},
'preference': {'months': 1}},
'preference': {'weeks': 1}},
'day': {'min': {'hours': 48},
'max': null,
'preference': {'months': 3}}