Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
60cceea7da8f82928d02e795ef2467f766ee5426
Authored by
nordmif
2020-06-26 16:31:17 +0300
1 parent
559183e9
changed aggregation interval to 1/7
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
ui-ngx/src/app/core/services/time.service.ts
ui-ngx/src/app/core/services/time.service.ts
View file @
60cceea
...
...
@@ -38,7 +38,7 @@ export interface TimeInterval {
38
38
const MIN_INTERVAL = SECOND;
39
39
const MAX_INTERVAL = 365 * 20 * DAY;
40
40
41
-
const MIN_LIMIT =
10
;
41
+
const MIN_LIMIT =
7
;
42
42
43
43
const MAX_DATAPOINTS_LIMIT = 500;
44
44
...
...