mermaid-js / mermaid

Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
https://mermaid.js.org
MIT License
72.15k stars 6.56k forks source link

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

Open wikilpmk opened 1 month ago

wikilpmk commented 1 month ago

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

alylim commented 1 month ago

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