diff --git a/src/app/panels/graphite/module.js b/src/app/panels/graphite/module.js index 61e77e39622..109ffd5c987 100644 --- a/src/app/panels/graphite/module.js +++ b/src/app/panels/graphite/module.js @@ -393,10 +393,9 @@ function (angular, app, $, _, kbn, moment, timeSeries, graphiteSrv, RQ) { closeEditMode(); } - - setTimeout(function() { + setImmediate(function() { $scope.$emit('render'); - }, 200); + }); }); $rootScope.$emit('fullEditMode', true);