Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix highlighting when the current date is outside the range of the chart #414

Closed

Conversation

senti-mark-monteiro
Copy link

Fixes #413

@pheischkamp
Copy link

I really like your solution. I had something similar where i would just return the todaydate when calling computeGridHighlightDimensions() even if today is otuside of the gantts dates. That just possibly added a lot of empty days at the end.

Your way is much cleaner for historical data.

@safwansamsudeen
Copy link
Collaborator

Pushed in #423, thanks for this!

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.

Uncaught TypeError: $today is null
3 participants