Kibana line visualization hover labels showing incorrect values #58562
Labels
bug
Fixes for quality problems that affect the customer experience
regression
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Kibana version:
First noticed on 7.5.2, upgraded to 7.6.0 and still seeing it.
Elasticsearch version:
First noticed on 7.5.2, upgraded to 7.6.0 and still seeing it.
Server OS version:
Windows 10 Pro
Browser version:
Chrome Build 80.0.3987.87
Original install method (e.g. download page, yum, from source, etc.):
Download .zip package, unpack and launch via command line
Describe the bug:
When creating a visualization in Kibana, the labels that appear when you hover over points work as expected with a standard line plot. But when you add sub-buckets, the label for the second item is pulling the value from the third item instead of the name from the second (it's confusing to explain, see image)
Steps to reproduce:
Expected behavior:
Label should still be "count" or whatever the aggregation selected was. See above for more.
Screenshots (if relevant):
This particular screenshot is counts of occurrances, split in sub-buckets by "dropped" values.
What it should be displaying - The left hand column, second item down, should be labeled "Count" and displaying value of 6, with the dropped.keyword value below being accurately displaying "Y". But instead of showing "Count" it appears to pull the value from column 3 and displays it as the label in column 2. It does this across all of my visualizations that I've made, past and present.
Errors in browser console (if relevant):
None.
Provide logs and/or server output (if relevant):
None.
Any additional context:
Seems to do this on the last several Kibana versions, but only ones I remember for certain were 7.5.2 when I first noticed it, and now 7.6.0 since I've upgraded.
The text was updated successfully, but these errors were encountered: