fixes
This commit is contained in:
parent
09062adf39
commit
a66b76697f
@ -93,7 +93,7 @@ export class GatewayStatisticsComponent extends PageComponent implements AfterVi
|
|||||||
this.ctx.defaultSubscription.onTimewindowChangeFunction = timeWindow => {
|
this.ctx.defaultSubscription.onTimewindowChangeFunction = timeWindow => {
|
||||||
this.ctx.defaultSubscription.options.timeWindowConfig = timeWindow;
|
this.ctx.defaultSubscription.options.timeWindowConfig = timeWindow;
|
||||||
this.ctx.defaultSubscription.updateTimewindowConfig(timeWindow);
|
this.ctx.defaultSubscription.updateTimewindowConfig(timeWindow);
|
||||||
this.ctx.defaultSubscription.update();
|
// this.ctx.defaultSubscription.update();
|
||||||
this.updateChart();
|
this.updateChart();
|
||||||
return timeWindow;
|
return timeWindow;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user