mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed fullscreen not increasing graph height as before
This commit is contained in:
parent
533e176566
commit
3d35595397
@ -532,7 +532,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
|
||||
}
|
||||
|
||||
try {
|
||||
elem.css({ height:scope.panel.height || scope.row.height });
|
||||
elem.css({ height: scope.height || scope.panel.height || scope.row.height });
|
||||
} catch(e) { return; }
|
||||
|
||||
_.each(data, function(series) {
|
||||
|
Loading…
Reference in New Issue
Block a user