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
Is your feature request related to a problem? Please describe.
For efficiency reasons, a 3D graphic is limited to one year of max time range. Should OED display some time range when the range is greater than one year? Note this applies to unbounded time ranges even if the actual data is less than one year.
Describe the solution you'd like
This is open to discussion but here are some thoughts:
Start from a given final date and graph a certain number of days backward. The length of time is open (6 months, 1 year, other)?
Looking at the actual readings for the chosen meter/group might be good. An alternative might be the max date on the Plotly line graphic (rounded to the full day up/down) where nothing is shown if this meter/group only has data well before the max date on the graphic. An advantage of this method is it will not change the date as you select a different meter/group. I like this later one (right now) if it is easy to do. Either way should deal with unbounded date ranges that currently work.
Should the date range picker be set to this range? That makes changing it easier but also impact others graphics. It also makes it easier to see the exact range. Need to figure this out where another mechanism for automatically set might be used that does not impact other graphics.
Describe alternatives you've considered
Have the current system where the user must select the time range.
Additional context
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
For efficiency reasons, a 3D graphic is limited to one year of max time range. Should OED display some time range when the range is greater than one year? Note this applies to unbounded time ranges even if the actual data is less than one year.
Describe the solution you'd like
This is open to discussion but here are some thoughts:
Describe alternatives you've considered
Have the current system where the user must select the time range.
Additional context
None
The text was updated successfully, but these errors were encountered: