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

Mermaid Gantt - specifying <end date> in this pattern <taskID>, after <otherTaskId>, <endDate> #5862

Open
wikilpmk opened this issue Sep 15, 2024 · 1 comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@wikilpmk
Copy link

wikilpmk commented Sep 15, 2024

Description

When specifying in a task in this pattern does not render the end date

"taskID", after "otherTaskId", "endDate"

Steps to reproduce

Example:

gantt
apple :a, 2024-07-20, 1w
banana :crit, b, 2024-07-23, 1d
cherry :active, c, after b ,2024-07-25
kiwi :d, 2024-07-20, until b

For cherry, the end date does not show

Setup

  • Mermaid version:v11.0.2
  • Browser and Version: [Chrome]
@wikilpmk wikilpmk added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Sep 15, 2024
@alylim
Copy link

alylim commented Sep 15, 2024

Some additional tests:
image
<taskID>, <startDate>, <endDate> also does not seem to be working.

using mermaid.live @v11.0.2
browser: firefox 129.0.1

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

2 participants