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 chart bug: weird interaction with notes, tasks and separators #386

Closed
RohanTalip opened this issue Sep 25, 2020 · 1 comment
Closed

Comments

@RohanTalip
Copy link

I'm seeing a weird interaction with notes, tasks and separators:

@startgantt

Project starts 2020-09-01

[taskA] starts 2020-09-01 and lasts 3 days
[taskB] starts 2020-09-10 and lasts 3 days
[taskB] displays on same row as [taskA]

[task01] starts 2020-09-05 and lasts 4 days

then [task02] lasts 8 days
note bottom
  note for task02
  more notes
end note

then [task03] lasts 7 days
note bottom
  note for task03
  more notes
end note

-- separator --

[taskC] starts 2020-09-02 and lasts 5 days
[taskD] starts 2020-09-09 and lasts 5 days
[taskD] displays on same row as [taskC]

[task 10] starts 2020-09-05 and lasts 5 days
then [task 11] lasts 5 days

@endgantt

uml
overlapping

Things I'm noticing about this:

  1. the separator is not pushed down by the note for task03 (or not enough)
  2. taskC and taskD are pushed down by the note for task03
  3. task10 and task11 are not pushed down by the note for task03
  4. taskC and taskD are now overlapped by task10

Here is what it looks like with the notes commented out (uml) :
not-overlapping

I see something similar noted about overlapping on https://plantuml.com/gantt-diagram#c5aeee17b294caf8 :
Screen Shot 2020-09-25 at 2 12 36 PM

I thought that having another test case might be useful.

@RohanTalip
Copy link
Author

It looks like this got fixed in V1.2020.18 (released 2020-09-30).

Thanks!

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