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(Gantt): skipped exclusion of last saturday #5666

Open
artur-michalak opened this issue Jul 26, 2024 · 0 comments
Open

Fix(Gantt): skipped exclusion of last saturday #5666

artur-michalak opened this issue Jul 26, 2024 · 0 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@artur-michalak
Copy link

Description

If the excluded Saturday is the last day on the gantt chart, the last column will not change color.

Steps to reproduce

  1. open the mermaid playground
  2. paste snippet
  3. no highlighting of the last column

Screenshots

image

Code Sample

gantt
    dateFormat YYYY-MM-DD
    excludes saturday, sunday
    tickInterval 1day
    section  
        A:active,2016-01-11,2016-01-15
        B:2016-01-17,2016-01-24

Setup

  • Mermaid version: v10.9.1
  • Browser and Version: Chrome

Suggested Solutions

No response

Additional Context

No response

@artur-michalak artur-michalak added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

1 participant