Commit 3d355953 by Torkel Ödegaard

Fixed fullscreen not increasing graph height as before

parent 533e1765
...@@ -532,7 +532,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) { ...@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment