Browse Source

Production hotfixes (#394)

master
rozetko 5 years ago committed by GitHub
parent
commit
fe8b390fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/panel/graph_panel/graph_ctrl.ts

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

Loading…
Cancel
Save