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:
Rashid Khan
2013-03-12 13:40:14 -07:00
parent d18d911de9
commit 6bc6bba40d
5 changed files with 450 additions and 55 deletions
+1 -1
View File
@@ -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();