mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
59d559eb6d
commit
a76b18a8d0
1 changed files with 3 additions and 0 deletions
|
@ -191,6 +191,9 @@ define(function (require) {
|
|||
});
|
||||
|
||||
$scope.$watch('vis.aggs', function () {
|
||||
// no timefield, no vis, nothing to update
|
||||
if (!$scope.opts.timefield) return;
|
||||
|
||||
var buckets = $scope.vis.aggs.bySchemaGroup.buckets;
|
||||
|
||||
if (buckets && buckets.length === 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue