Added statistical modes to histogram panel

This commit is contained in:
Rashid Khan
2013-05-13 13:31:59 -07:00
parent 45c9bb8f38
commit 906f3a3ca8
8 changed files with 53 additions and 22 deletions
+1
View File
@@ -40,6 +40,7 @@ angular.module('kibana.fields', [])
eventBus.register($scope,'table_documents', function(event, docs) {
$scope.panel.query = docs.query;
$scope.docs = docs.docs;
$scope.index = docs.index;
});
eventBus.register($scope,"get_fields", function(event,id) {
eventBus.broadcast($scope.$id,$scope.panel.group,"selected_fields",$scope.active);