-
-
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
![image](https://camo.githubusercontent.com/433610a614822c9f11f58f840ed20963cd8e347786fe7ad0a4692f893d401fb2/687474703a2f2f37786978686b2e636f6d312e7a302e676c622e636c6f7564646e2e636f6d2f312e6d6d645f312e706e67)
and I tried this:
but I got
what should I do?
The text was updated successfully, but these errors were encountered: