-
-
Notifications
You must be signed in to change notification settings - Fork 202
DevIndex: Restore 2026 Data and Polish Activity Column #9175
Copy link
Copy link
Closed
Labels
Description
The DevIndex grid heatmap correctly displayed 2026, but the Activity sparkline was missing it. Additionally, the 'Activity (15y)' header was hardcoded and inaccurate.
Changes:
- Restore 2026: Ensure both Heatmap and Sparkline loops include the current year ().
- Dynamic Header: Calculate the activity duration dynamically (e.g., 'Activity (17y)') based on the start year (2010) and current year.
- Future-Proofing: Replace hardcoded '2025' limits with dynamic current year logic.
Reactions are currently unavailable