ソースを参照

removed debug statement

Rashid Khan 12 年 前
コミット
344403d014
1 ファイル変更0 行追加1 行削除
  1. 0 1
      panels/pie/module.js

+ 0 - 1
panels/pie/module.js

@@ -200,7 +200,6 @@ angular.module('kibana.pie', [])
             show: scope.panel.labels,
             show: scope.panel.labels,
             radius: 2/3,
             radius: 2/3,
             formatter: function(label, series){
             formatter: function(label, series){
-              console.log(series)
               return '<div "style="font-size:8pt;text-align:center;padding:2px;color:white;">'+
               return '<div "style="font-size:8pt;text-align:center;padding:2px;color:white;">'+
                 label+'<br/>'+Math.round(series.percent)+'%</div>';
                 label+'<br/>'+Math.round(series.percent)+'%</div>';
             },
             },