From 60cceea7da8f82928d02e795ef2467f766ee5426 Mon Sep 17 00:00:00 2001 From: nordmif Date: Fri, 26 Jun 2020 16:31:17 +0300 Subject: [PATCH] changed aggregation interval to 1/7 --- ui-ngx/src/app/core/services/time.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/core/services/time.service.ts b/ui-ngx/src/app/core/services/time.service.ts index d76cfc9135..f946cf5cd1 100644 --- a/ui-ngx/src/app/core/services/time.service.ts +++ b/ui-ngx/src/app/core/services/time.service.ts @@ -38,7 +38,7 @@ export interface TimeInterval { const MIN_INTERVAL = SECOND; const MAX_INTERVAL = 365 * 20 * DAY; -const MIN_LIMIT = 10; +const MIN_LIMIT = 7; const MAX_DATAPOINTS_LIMIT = 500;