mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[aggTypes/dateHistogram] no one cares
This commit is contained in:
parent
52d748baa5
commit
92177d01d5
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ define(function (require) {
|
|||
},
|
||||
onRequest: function (agg) {
|
||||
agg.params.buckets.setBounds(timefilter.getActiveBounds());
|
||||
console.log('bounds updated');
|
||||
},
|
||||
write: function (agg, output) {
|
||||
agg.params.buckets.setInterval(agg.params.interval);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue