diff --git a/js/services.js b/js/services.js index eceb1f8ac5e..101579b4de7 100644 --- a/js/services.js +++ b/js/services.js @@ -53,7 +53,6 @@ angular.module('kibana.services', []) self.map(indices).then(function(result) { self.mapping = _.extend(self.mapping,result); self.list = mapFields(self.mapping); - console.log(self.mapping); }); // Otherwise just use the cached mapping } else { diff --git a/panels/histogram/module.js b/panels/histogram/module.js index d5621dea871..60b823f8185 100644 --- a/panels/histogram/module.js +++ b/panels/histogram/module.js @@ -342,7 +342,7 @@ angular.module('kibana.histogram', []) lineWidth: scope.panel.linewidth, steps: false }, - bars: { show: scope.panel.bars, fill: 1, barWidth: barwidth/1.8, zero: false }, + bars: { show: scope.panel.bars, fill: 1, lineWidth:0, barWidth: barwidth/1.7, zero: false }, points: { show: scope.panel.points, fill: 1, fillColor: false, radius: 5}, shadowSize: 1 },