From fe8b390fb1661601d37606ee0fef2f92effaf78d Mon Sep 17 00:00:00 2001 From: rozetko Date: Thu, 7 Nov 2019 10:34:08 +0300 Subject: [PATCH] Production hotfixes (#394) --- src/panel/graph_panel/graph_ctrl.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/panel/graph_panel/graph_ctrl.ts b/src/panel/graph_panel/graph_ctrl.ts index d445152..ced9849 100644 --- a/src/panel/graph_panel/graph_ctrl.ts +++ b/src/panel/graph_panel/graph_ctrl.ts @@ -343,9 +343,7 @@ class GraphCtrl extends MetricsPanelCtrl { ); this._graphLegend = new GraphLegend(this.$legendElem, this.popoverSrv, this.$scope, this.analyticsController); - if(!this.analyticService.isUp) { - this.refresh(); - } + this.refresh(); } issueQueries(datasource) {