From 6ddb642790b878b0f766fbc48888e6e675c07fa8 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Fri, 1 Mar 2013 13:05:09 -0700 Subject: [PATCH] Fixed render issue when resizing rows --- panels/dashcontrol/module.js | 1 - panels/histogram/module.html | 2 +- panels/histogram/module.js | 3 ++- panels/pie/module.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/panels/dashcontrol/module.js b/panels/dashcontrol/module.js index 581de06d681..207c71c0820 100644 --- a/panels/dashcontrol/module.js +++ b/panels/dashcontrol/module.js @@ -116,7 +116,6 @@ angular.module('kibana.dashcontrol', []) } $scope.elasticsearch_save = function(type) { - console.log(type) // Clone object so we can modify it without influencing the existing obejct var save = _.clone($scope.dashboards) diff --git a/panels/histogram/module.html b/panels/histogram/module.html index dd94a34b7a9..5c28be632fc 100644 --- a/panels/histogram/module.html +++ b/panels/histogram/module.html @@ -1,3 +1,3 @@ -
+
\ No newline at end of file diff --git a/panels/histogram/module.js b/panels/histogram/module.js index 78e99d272c3..4858202219b 100644 --- a/panels/histogram/module.js +++ b/panels/histogram/module.js @@ -105,7 +105,8 @@ angular.module('kibana.histogram', []) data: { label: $scope.panel.query[k].label || k, data: data, - } + }, + }; if (!(_.isUndefined($scope.panel.query[k].color))) diff --git a/panels/pie/module.html b/panels/pie/module.html index 0118cd2632d..8cd087de001 100644 --- a/panels/pie/module.html +++ b/panels/pie/module.html @@ -1,3 +1,3 @@ -
+
\ No newline at end of file