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) {