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

"2.214844" is considered a date #939

Closed
danvk opened this issue Jul 27, 2018 · 1 comment
Closed

"2.214844" is considered a date #939

danvk opened this issue Jul 27, 2018 · 1 comment
Labels

Comments

@danvk
Copy link
Owner

danvk commented Jul 27, 2018

It passes the check here:

} else if (str.length == 8 && str > '19700101' && str < '20371231') {

See https://stackoverflow.com/questions/51561581/dygraph-x-y-plot-with-floating-points-for-x-axis-values

Yet another reason to eliminate support for the YYYYMMDD syntax…

@danvk
Copy link
Owner Author

danvk commented May 11, 2023

This was fixed by #985

@danvk danvk closed this as completed May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant