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
This is an existing issues on all the chart with dynamic title with fitlers. The titles are not displaying the filtered values correctly. Consider these cases:
1. No filter on hour-range:
=> Title should be "... between 0:00 and 24:00"
2.Month-range and Hour-range with one point at either extreme end (Jan/Dec, 0/24). Invert is checked.
=> The Month-Range is [1, 9], inverted should be "... between the months of Oct and Dec"
=> Similarly, Hour-Range is [6, 24], inverted should be "... between the hours of 00:00 and 05:00"
3.Month-range and hour-range with no point at any extreme end. Invert is checked.
=> The Month-Range is [3, 10], inverted should be "... between the months of Nov and Feb"
=> Similarly, Hour-Range is [3, 21], inverted should be "... between the hours of 22:00 and 02:00"
I think I have fixed the first sub-issue now the message is showing the right value, from 0 to 24.
I am not sure about point 2. If the user selects invert it should say which data are included in the analysis not the ones that are excluded. Could you please elaborate a bit more on this?
Could you please also elaborate more on point 3? I think that the two screenshot you took do not match.
This is an existing issues on all the chart with dynamic title with fitlers. The titles are not displaying the filtered values correctly. Consider these cases:
1. No filter on hour-range:
=> Title should be "... between 0:00 and 24:00"
2.Month-range and Hour-range with one point at either extreme end (Jan/Dec, 0/24). Invert is checked.
=> The Month-Range is [1, 9], inverted should be "... between the months of Oct and Dec"
=> Similarly, Hour-Range is [6, 24], inverted should be "... between the hours of 00:00 and 05:00"
3.Month-range and hour-range with no point at any extreme end. Invert is checked.
=> The Month-Range is [3, 10], inverted should be "... between the months of Nov and Feb"
=> Similarly, Hour-Range is [3, 21], inverted should be "... between the hours of 22:00 and 02:00"
Probable cause
clima/my_project/utils.py
Lines 321 to 329 in f116b41
The text was updated successfully, but these errors were encountered: