Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timelion visualization is wrong #69122

Closed
sanjaysubramanian opened this issue Jun 15, 2020 · 2 comments
Closed

Timelion visualization is wrong #69122

sanjaysubramanian opened this issue Jun 15, 2020 · 2 comments
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

Comments

@sanjaysubramanian
Copy link

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:

  1. Build a Timelion graph
  2. Build a Visualization graph with identical data as 1. above
  3. We see that the data displayed is not same on both graphs

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:

@markov00 markov00 added bug Fixes for quality problems that affect the customer experience Feature:Timelion Timelion app and visualization Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Jun 15, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@stratoula stratoula added the impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. label Jul 26, 2021
@VladLasitsa
Copy link
Contributor

@sanjaysubramanian, Now timelion is using elastic-charts. On new implementation this problem is gone.

I close this issue but feel free to re-open if you find it again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

5 participants