fixed histogram and pie editors, added hits and map editors

This commit is contained in:
Rashid Khan
2013-02-08 15:57:24 -07:00
parent b94ea26b9c
commit 0d8f1fab9b
7 changed files with 40 additions and 9 deletions
+1
View File
@@ -25,6 +25,7 @@ angular.module('kibana.histogram', [])
$scope.remove_query = function(q) {
$scope.panel.query = _.without($scope.panel.query,q);
$scope.get_data();
}
$scope.add_query = function(label,query) {