- Add daily price movement display with color coding (green/red) - Add 1D (intraday) and 7D chart options with granular data: - 1D: 5-minute interval for detailed intraday view - 7D: hourly interval for smooth 7-day chart - Fix discontinuous chart rendering by plotting against sequential index for intraday data - Eliminate overnight/weekend gaps in hourly charts - Add timezone normalization for consistent date handling between daily and intraday data - Improve fallback logic when data is sparse - Better handling of yfinance column names (Datetime vs Date) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| pages | ||
| __init__.py | ||
| dashboard.py | ||
| theme.py | ||
| utils.py | ||