diff --git a/public/app/plugins/panels/graph/module.html b/public/app/plugins/panels/graph/module.html index 9c49c42741d..068223a5366 100644 --- a/public/app/plugins/panels/graph/module.html +++ b/public/app/plugins/panels/graph/module.html @@ -10,7 +10,7 @@ Datapoints outside time range Can be caused by timezone mismatch between browser and graphite server -
+
diff --git a/public/app/plugins/panels/graph/module.js b/public/app/plugins/panels/graph/module.js index 817a924d965..731fb47ae6d 100644 --- a/public/app/plugins/panels/graph/module.js +++ b/public/app/plugins/panels/graph/module.js @@ -138,6 +138,10 @@ function (angular, _, moment, kbn, TimeSeries, PanelMeta) { }); }; + $scope.zoomOut = function(evt) { + $scope.appEvent('zoom-out', evt); + }; + $scope.loadSnapshot = function(snapshotData) { panelHelper.updateTimeRange($scope); $scope.annotationsPromise = $q.when([]);