remove auto scaled bucket info from editor label (#20548)

This commit is contained in:
Peter Pisljar 2018-07-09 19:45:39 +02:00 committed by GitHub
parent 646f1d7f2c
commit 9ec66ab5bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ export const dateHistogramBucketAgg = new BucketAggType({
setBounds(agg, true);
},
write: function (agg, output) {
setBounds(agg);
setBounds(agg, true);
agg.buckets.setInterval(getInterval(agg));
const interval = agg.buckets.getInterval();