[gantt] is there a way to put different milesteine on the same line?

+4 votes
asked Jul 3, 2018 in Wanted features by noname
edited Jul 3, 2018

Hi, is there a way to displace different items on the same row of the graph ? 

[r11] happens on   2018-08-30

[r12] happens on   2018-09-30

[r11] displays on same row as [r12]

As default [r11] and [r12] are placed on different lines ([r12] under [r11]) but I would like to have them on the same line ... 

With graphviz would be something like:

{ rank = same; [r11]; [r12] }

Thanks a lot!

1 Answer

0 votes
answered May 24, 2019 by emu (220 points)
Any chance to implement this? Would be very useful for milestones ...

Thanks!!!
commented Aug 18, 2020 by plantuml (294,960 points)
With last beta http://beta.plantuml.net/plantuml.jar you can now have :

@startgantt
[Prototype design] lasts 13 days
[Test prototype] lasts 4 days and 1 week
[Test prototype] starts 1 week and 2 days after [Prototype design]'s end
[Test prototype] displays on same row as [Prototype design]
@endgantt

Is this what you are looking for ?
commented Sep 5, 2020 by mawi (620 points)
Yes, its perfect for me. Will use and evaluate. Thanks!
...