You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2022. It is now read-only.
navigate a particular datasource
if you select "range", which results in a default of "daysOfData=10" on the url params,
then the data displayed gets truncated to slightly less than 1 day.
the workaround is to manually adjust the date range slider right hand button to the left by 1 notch, which sets the range ending "today", and the url params to change to "startDate=20141007&endDate=20141015".
the correct data is displayed now.
root cause should be fixed though
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
navigate a particular datasource
if you select "range", which results in a default of "daysOfData=10" on the url params,
then the data displayed gets truncated to slightly less than 1 day.
the workaround is to manually adjust the date range slider right hand button to the left by 1 notch, which sets the range ending "today", and the url params to change to "startDate=20141007&endDate=20141015".
the correct data is displayed now.
root cause should be fixed though
The text was updated successfully, but these errors were encountered: