-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Insufficient capacity of gantt diagrams #226
Comments
Thanks for pointing this out. I will take a look. |
I can reproduce the issue and I understand why it occurs. When task3 is declared it looks for the end date of a task2 that is not yet declared. This is why it currently fails. I see this as a bug, it should work. It takes some work to fix but I will add it to 0.5.6. |
@knsv Thank you very much| I love mermaid so much, and it has became a part of my work。 |
Please create a new issue if you are still suffering from this. |
I try to write code like this:
what I want is task3 will begin after task2 is finished, but I get below
and I tried this:
but I got
what should I do?
The text was updated successfully, but these errors were encountered: