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

Inconsistent Timeline behavior #175

Open
3 tasks
orweinberger opened this issue Sep 15, 2015 · 1 comment
Open
3 tasks

Inconsistent Timeline behavior #175

orweinberger opened this issue Sep 15, 2015 · 1 comment

Comments

@orweinberger
Copy link
Member

When playing around with the timeframe and interval of a Timeline, I've noticed some inconsistencies.

How to reproduce:

  1. Use the example code to push some user visits data into Joola (elasticsearch provider).
  2. Include jQuery and joola.js on a blank page
  3. Add the following code and change the timeframe and interval vars.

Examples that show the inconsistencies:

  • timeframe = last_hour, interval = second -> Produces a chart with no values.
  • timeframe = last_day, interval = minute -> Produces n chart with no values.
  • timeframe = last_30_days, interval = day -> Shows a negative yAxis (values are correct)
@orweinberger orweinberger changed the title Inconsistent behavior of Timeline Inconsistent Timeline behavior Sep 15, 2015
@orweinberger
Copy link
Member Author

I've switched to feature/#175 and still get inconsistent behaviors (after running grunt build). The top two points above still produce empty charts (looks a bit different than before), the third point still occurs exactly as it did before.

itayw added a commit that referenced this issue Oct 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant