From b1ed641d7345146e41a13e66e78d76f438aa230d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 6 Sep 2016 09:20:34 +0200 Subject: [PATCH] fix(graph): fixed issue with duplicate metric calls when doing full page reload of graph in edit/view mode --- public/app/plugins/panel/graph/graph.js | 1 - 1 file changed, 1 deletion(-) 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;