Skip to content

fix: replace undefined cutoff with start/end in hourly filter#101

Open
Br3xx wants to merge 1 commit into
phuryn:mainfrom
Br3xx:patch-1
Open

fix: replace undefined cutoff with start/end in hourly filter#101
Br3xx wants to merge 1 commit into
phuryn:mainfrom
Br3xx:patch-1

Conversation

@Br3xx
Copy link
Copy Markdown

@Br3xx Br3xx commented May 1, 2026

The hourly filter in applyFilter() referenced cutoff which is not defined in that scope. The date-range refactor introduced start/end via getRangeBounds() but this one filter line was not updated, causing a ReferenceError that prevented all charts from rendering.

The hourly filter in applyFilter() referenced `cutoff` which is not defined in that scope. The date-range refactor introduced `start`/`end` via getRangeBounds() but this one filter line was not updated, causing a ReferenceError that prevented all charts from rendering.
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