Open wikilpmk opened 1 month ago
When specifying in a task in this pattern does not render the end date
"taskID", after "otherTaskId", "endDate"
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
Some additional tests: <taskID>, <startDate>, <endDate> also does not seem to be working.
<taskID>, <startDate>, <endDate>
using mermaid.live @v11.0.2 browser: firefox 129.0.1
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