Kaynağa Gözat

Fixed fullscreen not increasing graph height as before

Torkel Ödegaard 12 yıl önce
ebeveyn
işleme
3d35595397
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/app/panels/graphite/module.js

+ 1 - 1
src/app/panels/graphite/module.js

@@ -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) {