Explorar el Código

Fixed fullscreen not increasing graph height as before

Torkel Ödegaard hace 12 años
padre
commit
3d35595397
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {