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. 2
      src/panel/graph_panel/graph_ctrl.ts

2
src/panel/graph_panel/graph_ctrl.ts

@ -343,10 +343,8 @@ class GraphCtrl extends MetricsPanelCtrl {
);
this._graphLegend = new GraphLegend(this.$legendElem, this.popoverSrv, this.$scope, this.analyticsController);
if(!this.analyticService.isUp) {
this.refresh();
}
}
issueQueries(datasource) {
// this.annotationsPromise = this.annotationsSrv.getAnnotations({

Loading…
Cancel
Save