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

Timechart overlayTime is broken when fed from read adapter #86

Open
dmehra opened this issue Mar 22, 2016 · 0 comments
Open

Timechart overlayTime is broken when fed from read adapter #86

dmehra opened this issue Mar 22, 2016 · 0 comments
Assignees

Comments

@dmehra
Copy link

dmehra commented Mar 22, 2016

This may not be a juttle-viz bug but rather, an adapter bug, filing here for investigation.

When the program reads from elastic and feeds data into timechart with -timeOverlay, for example with 1-year duration, the resulting chart has time axis for all 10 years instead of the desired 1 year. Somehow the time series are all present and each spans all 10 years (which shouldn't even be possible...)

read elastic -from :2005-01-01: -to :2015-01-01:
| reduce -every :month: value=count()
| view timechart -duration :1 year: -overlayTime true

emit with that same interval is not having the same problem

emit -from :2005-01-01: -to :2015-01-01: -every :day:
| reduce -every :month: value=count()
| view timechart -duration :1 year: -overlayTime true
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