[Kibana][Visualization][Bug & feature request] Kibana vertical bar doesn't show extended bounds correctly when use 2 depth aggs (histogram -> terms) with empty bucket settings #23914
Labels
blocked
bug
Fixes for quality problems that affect the customer experience
Feature:XYAxis
XY-Axis charts (bar, area, line)
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
:VisEditors:fix-it-week
Kibana version:
5.5.0 ~ 6.4
Elasticsearch version:
5.5.0 ~ 6.4
Server OS version:
Major OS
Browser version:
Major browser
Browser OS version:
Latest ver
Original install method (e.g. download page, yum, from source, etc.):
Zip install
Describe the bug:
Kibana vertical bar doesn't show extended bounds correctly when use 2 depth aggs (histogram -> terms) with empty bucket settings.
We can see empty buckets returned from visualization spy - response.
So it is considered that Kibana didn't draw those empty buckets in such kind of situation.
Steps to reproduce:
[1] Download and install Elasticsearch and Kibana 5.5.0
[2] Bulk insert the following data
[3] Create index-pattern, visualization in Kibana
Expected behavior:
As we can see the empty bucket response returned from visualization spy response.
Actual behavior:
No extended bounds shown here.
Errors in browser console (if relevant):
No errors.
Any additional context:
If we drag and drop the order of
Split Series - Terms aggs
higher thanHistorgram
, then we can get the extended bounds correctly displayed.The text was updated successfully, but these errors were encountered: