Timelion visualization is wrong #69122
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Timelion
Timelion app and visualization
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Kibana version:
7.7.0
Elasticsearch version:
7.7.0
Server OS version:
macOS Catalina 10.15.4 (19E287)
Browser version:
Google Chrome Version 83.0.4103.61 (Official Build) (64-bit)
Browser OS version:
Original install method (e.g. download page, yum, from source, etc.):
tar xvf elasticsearch-7.7.0-darwin-x86_64.tar.gz
tar xvf kibana-7.7.0-darwin-x86_64.tar.gz
Describe the bug:
The data is as follows
2020-03-22 = 38 Unique Conversations
2020-03-23 = 952 Unique Conversations
In the Chart visualization, when the mouse moves over the "2020-03-22" vertical bar, all points on the bar display a value of 38. Similarly when the mouse moves over the "2020-03-23" vertical bar, all points on the bar display a value of 952
In the Timelion visualization, when the mouse moves over the "2020-03-22" vertical bar, it shows 0 (zero !!!) on the bar till it crosses 07:00 hrs (coincidentally I am 7 hours behind UTC), then it displays 38. Similarly when the mouse moves over the "2020-03-23" vertical bar, it displays 38 all the way till you cross 07:00 hrs , then it displays a value of 952
My TimeLion configuration is as follows
.es(index=customer,metric=cardinality:conversation_id,q=*,timefield=ts).label('UNIQUE CONVERSATIONS').bars(width=10)
Steps to reproduce:
Expected behavior:
Data displayed should be identical
Screenshots (if relevant):
https://www.youtube.com/watch?v=RNNT7g1Cw2A
https://www.youtube.com/watch?v=-z9frV0aYWc
Errors in browser console (if relevant):
None
Provide logs and/or server output (if relevant):
None
Any additional context:
The text was updated successfully, but these errors were encountered: