Skip to content

Commit

Permalink
fix ast building
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Feb 18, 2021
1 parent 32250aa commit dd5025a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/data/common/search/aggs/buckets/histogram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export const getHistogramBucketAgg = ({
// store actually used auto interval in serialized agg config to be able to read it from the result data table meta information
return calculateInterval(aggConfig, getConfig);
},
toExpressionAst: () => undefined,
},
{
name: 'maxBars',
Expand Down

0 comments on commit dd5025a

Please sign in to comment.