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
In Statistical Summary table, Time of Year selector includes all values, but only Annual is valid. All other selections show an error message at the bottom, but keep displaying the annual value.
The ToY selector should only show valid selections. General UI rule: Don't offer a user an invalid course of action.
The text was updated successfully, but these errors were encountered:
@corviday suggests cause: Stats table needs an algorithm parallel to the one for graphs that matches datasets on time resolution. ToY selector needs to (be fed data that):
Show all and only valid time resolutions.
Select a valid default.
Stats table needs first to be refactored into its own component first, to give this logic a legitimate place to live.
To reproduce:
The ToY selector should only show valid selections. General UI rule: Don't offer a user an invalid course of action.
The text was updated successfully, but these errors were encountered: