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

Tooltip of last data point shows up for older data points #4514

Closed
deepujain opened this issue Mar 30, 2016 · 3 comments
Closed

Tooltip of last data point shows up for older data points #4514

deepujain opened this issue Mar 30, 2016 · 3 comments

Comments

@deepujain
Copy link

  • What grafana version are you using?
    grafana-3.0.0-pre1.linux-x64.tar.gz
  • What datasource are you using?
    InfluxDB 0.11.1 (Latest release)
  • What OS are you running grafana on?
    Ubuntu.

screen shot 2016-03-30 at 3 05 46 pm

In above the last data point is at 3/26 but tooltip highlights points of 3/26 and tooltip shows of 3/23.

Is this a bug ?

@deepujain
Copy link
Author

Series are ending at different dates and not all end on 3/26. If i select series one at a time, the date shown at the top is 3/26 (when mouse is at extreme right) after one data moves to old date ( as that series has data only till then) and the date in tool tip changes to older date, however the data point values are still referring to last values for each series (again cursor is at extreme right)

@torkelo
Copy link
Member

torkelo commented Mar 31, 2016

you can fix this by using fill(0) or fill(null) (fill null in combination with nullpoint mode like null or null as zero).

The all series tooltip requires data points for all series

@torkelo
Copy link
Member

torkelo commented Apr 3, 2016

duplicate #3063

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants