diff --git a/ui-ngx/src/app/shared/components/device/gateway-statistics.component.ts b/ui-ngx/src/app/shared/components/device/gateway-statistics.component.ts index fa9a6e4a47..7d19db4ecd 100644 --- a/ui-ngx/src/app/shared/components/device/gateway-statistics.component.ts +++ b/ui-ngx/src/app/shared/components/device/gateway-statistics.component.ts @@ -93,7 +93,7 @@ export class GatewayStatisticsComponent extends PageComponent implements AfterVi this.ctx.defaultSubscription.onTimewindowChangeFunction = timeWindow => { this.ctx.defaultSubscription.options.timeWindowConfig = timeWindow; this.ctx.defaultSubscription.updateTimewindowConfig(timeWindow); - this.ctx.defaultSubscription.update(); + // this.ctx.defaultSubscription.update(); this.updateChart(); return timeWindow; }