This commit is contained in:
Maksym Dudnik 2023-05-25 13:06:44 +03:00
parent 09062adf39
commit a66b76697f

View File

@ -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;
}