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

Line Graph with DateTime Crashing #243

Closed
mbernardes opened this issue Oct 26, 2022 · 1 comment
Closed

Line Graph with DateTime Crashing #243

mbernardes opened this issue Oct 26, 2022 · 1 comment
Assignees
Labels
awaiting feedback bug Something isn't working

Comments

@mbernardes
Copy link

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

@BennuFire BennuFire self-assigned this Oct 27, 2022
@BennuFire BennuFire added the bug Something isn't working label Oct 27, 2022
@BennuFire
Copy link
Contributor

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

nielsdejong pushed a commit that referenced this issue Oct 28, 2022
bastienhubert pushed a commit that referenced this issue Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting feedback bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants