fixed histogram and pie editors, added hits and map editors
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user