Add option to not show empty buckets in Histogram #8411
Labels
Feature:Visualizations
Generic visualization features (in case no more specific feature label is available)
release_note:enhancement
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Describe the feature: Reference #5665
There is a checkbox "Show empty buckets" but regardless of that checkbox, the X-Axis still shows all the intervals even if they are empty buckets. There are cases where users don't want empty buckets to show in the chart.
min_doc_count: 1
and would NOT show the empty buckets on the chart.min_doc_count: 0
and WOULD show the empty buckets on the chart.But I'm not sure we even need to use
min_doc_count: 0
since we're currently showing the empty buckets on the chart in both cases? Addingmin_doc_count: 0
can take up a lot of memory on Elasticsearch and even run it out of memory in some cases.The text was updated successfully, but these errors were encountered: