diff --git a/zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js b/zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js index ed275f4931e..6a70f48ee3c 100644 --- a/zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js +++ b/zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js @@ -960,7 +960,7 @@ angular.module('zeppelinWebApp') clearUnknownColsFromGraphOption(); // set graph height var height = $scope.paragraph.config.graph.height; - angular.element('#p' + $scope.paragraph.id + '_resize').height(height); + angular.element('#p' + $scope.paragraph.id + '_graph').height(height); if (!type || type === 'table') { setTable($scope.paragraph.result, refresh);