Skip to content

Inconsistent Timeline behavior #175

Description

@orweinberger

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)

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions