mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
AngularPanels: Fixed inner height calculation (#22796)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user