-
Notifications
You must be signed in to change notification settings - Fork 2
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
Dashboard - Date Range Selection #89
Comments
The preferred method for tackling this is a dropdown which would also highlight which days would be included in the averages yeah? |
Working on Selecting a Day at the moment. Something to implement after is changing |
Interesting bit of interaction trouble implementing the Possible solutions:
|
It's also feasible to disable some radio button options in date selection mode, |
Gets unique weeks from dash_daily. Detect date_range_type dropdown change and display week selector dropdown
Working on Week Selector: Updating table to reflect average of selected week |
Still need to highlight colour in plot
Working on Months now. |
#89 Entire main-div doesn't seem to be displaying
options=None led to entire STREETS_LAYOUT not displaying.
Re Selecting a date |
I think I'll just try implementing an exception check in the date picker callback, to prevent further updates (see this) and figure out what to do from there: implement an improved |
Update issue for Last Day, graphs & table
Outstanding for date_picker:
|
Hide day_type buttons when Selecting Dates
Further refine filtering #89 Remove specifying graph date range at declaration, since already filtering data
Have Select Month show last month of data when selected Month is latest month
What to do about selecting a date for which there aren't later timeperiods available for that date (only really applicable for most recent date)?Currently silently fails to update the table. Not ideal |
Excluded dates are currently blank on the charts, should they be Ghost Bars? |
Add functionality for date range selection with following options:
The text was updated successfully, but these errors were encountered: