BCDA-APS / gemviz

Data visualization for tiled
https://bcda-aps.github.io/gemviz/
Other
4 stars 0 forks source link

last run start date not selectable from slider #94

Closed prjemian closed 1 year ago

prjemian commented 1 year ago

The date time range slider steps by single day units. The minimum is set to the day of the (start time of the) first run. The maximum is set to the day of the (start time of the) last run. By truncating the hh:mm:ss value of the last run, any runs after midnight will not be selectable unless the text for the date is changed to include later times that day.

prjemian commented 1 year ago

One easy remedy is to increment the maximum by one day. This line is where the maximum is defined: https://github.com/BCDA-APS/gemviz/blob/297f8cbb7142724567d38ea2894ef9760f31b7d3/gemviz23/demo/filterpanel.py#L64

The value is an ISO8601 string.