From 566220228cc8d0c1b0f181b4f067eb395e2d1bd6 Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Wed, 6 Feb 2019 20:42:21 +0300 Subject: [PATCH] add one more didest (#168) --- src/panel/graph_panel/graph_ctrl.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panel/graph_panel/graph_ctrl.ts b/src/panel/graph_panel/graph_ctrl.ts index 23e8b70..b3df166 100644 --- a/src/panel/graph_panel/graph_ctrl.ts +++ b/src/panel/graph_panel/graph_ctrl.ts @@ -189,6 +189,7 @@ class GraphCtrl extends MetricsPanelCtrl { async updateAnalyticUnitTypes() { const analyticUnitTypes = await this.analyticService.getAnalyticUnitTypes(); this._analyticUnitTypes = analyticUnitTypes; + this.$scope.$digest(); } get analyticUnitTypes() {