|
@@ -80,6 +80,7 @@ class GraphElement {
|
|
|
this.annotations = this.ctrl.annotations || [];
|
|
this.annotations = this.ctrl.annotations || [];
|
|
|
this.buildFlotPairs(this.data);
|
|
this.buildFlotPairs(this.data);
|
|
|
const graphHeight = this.elem.height();
|
|
const graphHeight = this.elem.height();
|
|
|
|
|
+ console.log('graphHeight', graphHeight);
|
|
|
updateLegendValues(this.data, this.panel, graphHeight);
|
|
updateLegendValues(this.data, this.panel, graphHeight);
|
|
|
|
|
|
|
|
this.ctrl.events.emit('render-legend');
|
|
this.ctrl.events.emit('render-legend');
|