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 Diagram stopped rendering after 15th activity #784

Open
skye0402 opened this issue Nov 5, 2024 · 0 comments
Open

Gantt Diagram stopped rendering after 15th activity #784

skye0402 opened this issue Nov 5, 2024 · 0 comments

Comments

@skye0402
Copy link

skye0402 commented Nov 5, 2024

Describe the bug
A Gantt chart is not rendered in Mermaid Live and CLI - however, no error is raised either.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Mermaid Live editor (but same problem with CLI) in latest version: https://mermaid.live/edit
  2. Paste in following chart:
gantt
dateFormat  YYYY-MM-DD
axisFormat %d-%Hh

title Project Plan for December 2024

todayMarker stroke-width:5px,stroke:#0f0,opacity:0.5

section December 03, 2024
Opening and Introduction :done, des1, 2024-12-03, 1.5h
Break :done, des2, after des1, 0.25h
Strategy, Organization, and Network - Overview of Team ABC and content strategy :done, des3, after des2, 1.5h
Lunch Break :done, des4, after des3, 1h
Strategy, Organization, and Network - Roles and responsibilities within the team :done, des5, after des4, 1.5h
Break :done, des6, after des5, 0.25h
Strategy, Organization, and Network - Strategic projects and priorities for 2025 :done, des7, after des6, 1.5h
Wrap-up and Q&A session :done, des8, after des7, 1h

section December 04, 2024
Strategy, Organization, and Network - Strategy roadmap for 2025 to 2028 :done, des9, 2024-12-04, 1.5h
Break :done, des10, after des9, 0.25h
Change in People Development, Learning Content Production, and Delivery - Focus areas for people development :done, des11, after des10, 1.5h
Lunch Break :done, des12, after des11, 1h
Change in People Development, Learning Content Production, and Delivery - Revised content production tools and processes :done, des13, after des12, 1.5h
Break :done, des14, after des13, 0.25h
Change in People Development, Learning Content Production, and Delivery - Overview of an aligned content delivery strategy :done, des15, after des14, 1.5h
Interactive Session: Applying New Strategies and Processes :done, des16, after des15, 1h
  1. No diagram is rendered, no error is thrown.
  2. Remove the last line ("Interactive Session") - Gantt Chart is rendered as expected.

Expected behavior
A Gantt chart should be rendered for the code provided. Alternatively an error should be thrown (but I believe it's syntactically correct).

Screenshots
Just test it on the https://mermaid.live/edit

Desktop (please complete the following information):

  • Agnostic, but used Chrome.

Additional context
No further information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant