Skip to content

Commit 3d4dc43

Browse files
r-kamathbzz
authored andcommitted

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ angular.module('zeppelinWebApp')
960960
clearUnknownColsFromGraphOption();
961961
// set graph height
962962
var height = $scope.paragraph.config.graph.height;
963-
angular.element('#p' + $scope.paragraph.id + '_resize').height(height);
963+
angular.element('#p' + $scope.paragraph.id + '_graph').height(height);
964964

965965
if (!type || type === 'table') {
966966
setTable($scope.paragraph.result, refresh);

0 commit comments

Comments
 (0)