We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Excludes weekend doesn't work with 'until' and incorrectly draws the gnatt line item.
To Reproduce Steps to reproduce the behavior:
gantt dateFormat dd MMM YY axisFormat %Y %b %e % - Week% %U tickInterval 1week excludes weekends title Until bug section Design Initial discussions :done, d, 01-Jan-2025, 2w Detailed design :done, dd, after d, 3w Contingency: crit, c, after dd, until deadline Deadline : milestone, deadline, 01-Mar-2025 ,
Without 'excludes weekends', Contingency runs correctly until the deadline, if you add it, it runs past the deadline.
Expected behavior Contingency work item should stop on 01-Mar-2025
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Excludes weekend doesn't work with 'until' and incorrectly draws the gnatt line item.
To Reproduce
Steps to reproduce the behavior:
gantt
dateFormat dd MMM YY
axisFormat %Y %b %e % - Week% %U
tickInterval 1week
excludes weekends
title Until bug
section Design
Initial discussions :done, d, 01-Jan-2025, 2w
Detailed design :done, dd, after d, 3w
Contingency: crit, c, after dd, until deadline
Deadline : milestone, deadline, 01-Mar-2025 ,
Expected behavior
Contingency work item should stop on 01-Mar-2025
The text was updated successfully, but these errors were encountered: