Fix timewindow parameters when zooming flot widget chart (#2271)

This commit is contained in:
Mirco Pizzichini 2019-12-23 14:08:00 +01:00 committed by Igor Kulikov
parent cea1381482
commit 4f8616d0af

View File

@ -281,6 +281,9 @@ function TimeService($translate, $http, $q, types) {
var historyTimewindow = { var historyTimewindow = {
hideInterval: timewindow.hideInterval || false,
hideAggregation: timewindow.hideAggregation || false,
hideAggInterval: timewindow.hideAggInterval || false,
history: { history: {
fixedTimewindow: { fixedTimewindow: {
startTimeMs: startTimeMs, startTimeMs: startTimeMs,