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

Gantt Chart - fix today to work as a dynamic end date #5911

Open
HariSekhon opened this issue Sep 30, 2024 · 0 comments
Open

Gantt Chart - fix today to work as a dynamic end date #5911

HariSekhon opened this issue Sep 30, 2024 · 0 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@HariSekhon
Copy link

HariSekhon commented Sep 30, 2024

Description

When I replace the end date with today the horizontal bars fails to render properly.

Steps to reproduce

  1. Look at the code in the Markdown here

https://github.com/HariSekhon/HariSekhon#gantt-chart-of-my-experience

  1. Replace the end dates with today
  2. the bars fail to render properly

Screenshots

with end date of 2024-12-31:

Screenshot 2024-09-30 at 22 33 43

with end date of today the bars fails to render:

Screenshot 2024-09-30 at 22 34 52

Code Sample

gantt
    title Hari Sekhon's Technology Skills & Experience
    dateFormat  YYYY-MM-DD

    20+ years of Skillz to Pay the Billz : 2002-06-01, 2024-12-31

    section Operating Systems
    Linux                    : crit, 2002-12-01, 2024-12-31
    Windows Active Directory : done, 2003-01-01, 2009-11-10
    Mac                      : active, 2010-02-01, 2024-12-31

    section Coding
    Coding                 : crit, 2002-12-01, 2024-12-31
    Bash                   : active, 2002-12-01, 2024-12-31
    Python                 : active, 2005-11-01, 2024-12-31

Setup

  • Mermaid version: GitHub Markdown
  • Browser and Version: Chrome

Suggested Solutions

No response

Additional Context

Using this for my GitHub profile's README here:

https://github.com/HariSekhon#gantt-chart-of-my-experience

@HariSekhon HariSekhon added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Sep 30, 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