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
Hi,
I am trying to make a Line Graph using DateTime values as the X-Axis. Unfortunately this is making NeoDash crash with the error:
Uncaught TypeError: Cannot read properties of null (reading 'getTime')
As an easy way of testing, I tried also making a 1-point LineGraph with the following code:
return datetime("2019-06-01T18:40:32.142+0100") as Date, 1 as Value
Unfortunately this results in the same error.
I would be very grateful for any hints on what I might be doing wrong.
Cheers, Miguel
The text was updated successfully, but these errors were encountered:
Hi @mbernardes!
Thanks for sharing this issue. In fact, there was a regression introduced recently not caught on our tests.
This issue will be closed with #245 on 2.1.10 that's going to be release later today.
Thanks, Miguel
Cheers,
Harold
Sorry, something went wrong.
Closes #243 line graph with datetime crashing (#245)
c6a4e95
* BugFix * Docs on Point Mode
11fcc04
BennuFire
No branches or pull requests
Hi,
I am trying to make a Line Graph using DateTime values as the X-Axis. Unfortunately this is making NeoDash crash with the error:
As an easy way of testing, I tried also making a 1-point LineGraph with the following code:
return datetime("2019-06-01T18:40:32.142+0100") as Date, 1 as Value
Unfortunately this results in the same error.
I would be very grateful for any hints on what I might be doing wrong.
Cheers,
Miguel
The text was updated successfully, but these errors were encountered: