mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
remove auto scaled bucket info from editor label (#20548)
This commit is contained in:
parent
646f1d7f2c
commit
9ec66ab5bb
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue