Fixed fullscreen not increasing graph height as before

This commit is contained in:
Torkel Ödegaard 2014-01-23 13:22:35 +01:00
parent 533e176566
commit 3d35595397

View File

@ -532,7 +532,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
} }
try { try {
elem.css({ height:scope.panel.height || scope.row.height }); elem.css({ height: scope.height || scope.panel.height || scope.row.height });
} catch(e) { return; } } catch(e) { return; }
_.each(data, function(series) { _.each(data, function(series) {