Skip to content

Remove HideGrid() from all Dashboard charts#136

Merged
erikdarlingdata merged 1 commit intodevfrom
fix/dashboard-grid-lines-visible
Feb 19, 2026
Merged

Remove HideGrid() from all Dashboard charts#136
erikdarlingdata merged 1 commit intodevfrom
fix/dashboard-grid-lines-visible

Conversation

@erikdarlingdata
Copy link
Owner

Root cause found: every Dashboard chart called Plot.HideGrid() after applying the dark theme, negating the grid color. Removed all 50 calls. Grid lines now match Lite.

Every Dashboard chart called Plot.HideGrid() after ApplyDarkModeToChart(),
which set the grid color but then immediately hid the grid. This made grid
lines invisible regardless of alpha value. Removing all 50 HideGrid() calls
lets the themed grid lines show through, matching Lite's appearance.

Partial fix for #110

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 8b70116 into dev Feb 19, 2026
@erikdarlingdata erikdarlingdata deleted the fix/dashboard-grid-lines-visible branch February 20, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant