diff --git a/src/app/directives/grafanaGraph.js b/src/app/directives/grafanaGraph.js index 65ff8cba28a..2069f2aa07e 100644 --- a/src/app/directives/grafanaGraph.js +++ b/src/app/directives/grafanaGraph.js @@ -59,6 +59,10 @@ function (angular, $, kbn, moment, _) { function render_panel() { if (!data) { return; } + if ($rootScope.fullscreen && !scope.fullscreen) { + return; + } + if (!setElementHeight()) { return; } if (_.isString(data)) {