use appropriate time_type
and format of time values in preview/plot/export data
#170
Labels
bug
Something isn't working
The "Preview data", "Plot data", and "Export data" functionality on the individual signal pages work well for data with a
time_type
of "day
", but not for signals that have a "week
" type...for "preview data" and "export data" modes,
startDate
andendDate
should be converted to a corresponding EpiWeek value (with formatYYYYWW
, like "200051" for the 51st week of the year 2000)delphi_utils
uses theepiweeks
package for thisfor "plot data" mode, this should use "day" or "week" as appropriate for the signal:
signal_documentation/src/templates/signals/data_visualization_export.html
Line 250 in 9f11821
signal_documentation/src/templates/signals/data_visualization_export.html
Line 269 in 9f11821
The text was updated successfully, but these errors were encountered: