Added interactions: Drag to select time range in histogram, click on pie slice in terms mode, click on region in map
This commit is contained in:
@@ -65,7 +65,7 @@ angular.module('kibana.table', [])
|
||||
$scope.get_data();
|
||||
}
|
||||
|
||||
$scope.build_search = function(field, value,negate) {
|
||||
$scope.build_search = function(field,value,negate) {
|
||||
$scope.panel.query = add_to_query($scope.panel.query,field,value,negate)
|
||||
$scope.panel.offset = 0;
|
||||
$scope.get_data();
|
||||
|
||||
Reference in New Issue
Block a user