We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using time based charts, it seems to try to run an easein function that doesn't work, and it runs it often
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);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Code
Context
The text was updated successfully, but these errors were encountered: