AngularPanels: Fixed inner height calculation (#22796)

This commit is contained in:
Torkel Ödegaard
2020-03-16 09:48:44 +01:00
committed by GitHub
parent 1db067396a
commit f78501f3b5
2 changed files with 24 additions and 5 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ class GraphElement {
this.annotations = this.ctrl.annotations || [];
this.buildFlotPairs(this.data);
const graphHeight = this.elem.height();
const graphHeight = this.ctrl.height;
updateLegendValues(this.data, this.panel, graphHeight);
if (!this.panel.legend.show) {