Rewrite heatmap to class

This commit is contained in:
Tobias Skarhed
2018-08-10 15:35:47 +02:00
parent 9188f7423c
commit 076bfea362
2 changed files with 353 additions and 345 deletions

View File

@@ -358,6 +358,6 @@ export class HeatmapCtrl extends MetricsPanelCtrl {
}
link(scope, elem, attrs, ctrl) {
rendering(scope, elem, attrs, ctrl);
let render = new rendering(scope, elem, attrs, ctrl);
}
}

File diff suppressed because it is too large Load Diff