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
If the timezone value returned by Javascript is undefined for some reason, the charts will not load because the REST API returns an error:
[ "Unkown Time Zone" ]
I think the failure on the API side is fine, I think on the client side code we should not add the timezone parameter if it's undefined.
The text was updated successfully, but these errors were encountered:
[fix] Prevent chart loading failure if timezone JS fails #550
e92f1db
Fixes #550
19163bf
Successfully merging a pull request may close this issue.
If the timezone value returned by Javascript is undefined for some reason, the charts will not load because the REST API returns an error:
[ "Unkown Time Zone" ]
I think the failure on the API side is fine, I think on the client side code we should not add the timezone parameter if it's undefined.
The text was updated successfully, but these errors were encountered: