From aae30d22b2749af79ab96161668482db4457ba0b Mon Sep 17 00:00:00 2001 From: Renjith Kamath Date: Thu, 7 Jan 2016 12:26:35 +0530 Subject: [PATCH] ZEPPELIN-565 ZEPPELIN-564 Paragraph UI bugs --- zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);