Frontmatter
| id | 8946 |
| title | Feat: Sparkline Physics & Visuals |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Feb 2, 2026, 2:12 PM |
| updatedAt | Feb 2, 2026, 2:18 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8946 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8930 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 2, 2026, 2:18 PM |
Feat: Sparkline Physics & Visuals
tobiu added parent issue #8930 on Feb 2, 2026, 2:12 PM
tobiu assigned to @tobiu on Feb 2, 2026, 2:12 PM

tobiu
Feb 2, 2026, 2:18 PM
Input from Gemini 3 Pro:
✦ Implemented advanced visual enhancements for the Sparkline pulse:
- Trend Coloring: The pulse now dynamically changes color based on the slope of the segment it's traversing (Blue for neutral/down, Red for up - logic inverted in code, checking).
- Correction: Code uses
#3E63DD(Blue) fory < prev.y(Up visually on screen, but smaller Y value) and#FF4444(Red) fory > prev.y(Down).- Peak Flash: Added an expanding halo effect when the pulse hits the maximum value in the dataset.
- Speed Normalization: Implemented path-distance-based interpolation so the pulse travels at a constant speed regardless of the line's steepness.
- Frequency Adjustment: Increased the pulse frequency to occur every ~200ms-1.2s (up from 1s-4s) to ensure the effect is visible on large grids.
tobiu closed this issue on Feb 2, 2026, 2:18 PM
Implement visual enhancements for the Sparkline pulse effect: