diff --git a/public/app/plugins/panel/graph/graph.js b/public/app/plugins/panel/graph/graph.js index 0a8df0d51ef..0978036ef9f 100755 --- a/public/app/plugins/panel/graph/graph.js +++ b/public/app/plugins/panel/graph/graph.js @@ -61,7 +61,6 @@ function (angular, $, moment, _, kbn, GraphTooltip, thresholdManExports) { ctrl.events.on('render', function(renderData) { data = renderData || data; if (!data) { - ctrl.refresh(); return; } annotations = data.annotations || annotations;