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

we.easing[this.easing] is not a function error when using time based charts #130

Open
alcastaneda opened this issue Oct 25, 2018 · 0 comments

Comments

@alcastaneda
Copy link

Expected behavior

When using time based charts, it seems to try to run an easein function that doesn't work, and it runs it often

Failure Logs

image

Code

 let values = [
      { label: "2018-10-23T15:27:56.688Z", values: { value: 2 } },
      { label: "2018-10-23T15:27:56.688Z", values: { value: 5 } },
      { label: "2018-10-25T15:27:56.688Z", values: { value: 3 } },
    ]
    // The liana.StatSerializer function serializes the result to a valid
    // JSONAPI payload.
    var json = new Liana.StatSerializer({ value: values }).perform();
    res.send(json);

Context

  • Package Version: 2.15.2
  • Express Version: 4.15.3
  • Mongoose Version: 4.9.4
  • MongoDB Version: 3.6.5
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