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
Time axis labels now display correctly for all data resolutions: Fixed issue where time labels disappeared completely when forecast data contains only hourly intervals (no 6-hourly data)
Added robust fallback logic that establishes time label patterns from any available data resolution
Supports weather services with varying intervals: 1h, 6h, 12h, 24h, or any combination
Always ensures at least some time labels are displayed, even with unusual data patterns
For long forecasts (240+ hours), automatically selects appropriate label intervals to prevent overlap
Low-resolution section now uses consistent data point intervals (every 2nd or 4th point) rather than hour-of-day filtering, ensuring uniform spacing across entire forecast
Prevents overlapping labels at the transition between high-resolution and low-resolution data sections
Hour labels now display with leading zeros (e.g., "01", "09") for better readability and consistent label width