Browse Source

Grafana 6: this._newAnalyticUnit is undefined #324 (#325)

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

3
src/panel/graph_panel/graph_ctrl.ts

@ -597,8 +597,7 @@ class GraphCtrl extends MetricsPanelCtrl {
]
);
}
this.$scope.$digest();
this.render(this.seriesList);
this.refresh();
}
async onAnalyticUnitAlertChange(analyticUnit: AnalyticUnit) {

Loading…
Cancel
Save