[Gantt] Parallel Milestone

0 votes
asked Mar 7, 2020 in Question / help by sedin
Hi.

Can I make parallel milestones?

Each milestone is not parallel.

2 Answers

0 votes
answered Mar 7, 2020 by plantuml (294,960 points)
Thanks for your suggestion. However, I'm not sure to understant what is a "parallel" milestones.

Could you point out to some image ?

Thanks !
commented Mar 7, 2020 by sedin
Hi.

For example, below milestones(1st,2nd,3rd) are located separated line.

but I want to put them 1 line.

Thanks.

@startgantt
scale 1.8

Project starts the 30 march 2020
[plan1] lasts 25 days
[1st_release] happens at 2020/04/01
[2nd_release] happens at 2020/04/03
[3nd_release] happens at 2020/04/06

@endgantt

[Before]

--------------------------------------

1st

--------------------------------------

              2nd

--------------------------------------

                            3rd

[After]

--------------------------------------

1st       2nd           3rd

--------------------------------------
0 votes
answered Sep 29, 2020 by The-Lu (63,920 points)

Hello S.,

With version V1.2020.16, you can now have:

@startgantt
Project starts the 30 march 2020
[plan1] lasts 25 days
[1st_r] happens at 2020/04/01
[2nd_r] happens at 2020/04/03
[3nd_r] happens at 2020/04/06

[1st_r] displays on same row as [2nd_r]
[2nd_r] displays on same row as [3nd_r]
@endgantt


[See on PlantUML server]

See also:

If that can help,
Regards,
Th.

...