Task cannot start on any given day

0 votes
asked Jun 19, 2018 in Wanted features by RedX2501 (220 points)

I tried

[task1] starts the 1/1/2018

[task2] starts on the 1/1/2018

But it seems that tasks can only start on the beginning of the diagram and then we can only queue tasks when others end.

It would be nice if they could start at arbitrary dates.

1 Answer

0 votes
answered Jun 20, 2018 by plantuml (295,000 points)

You can use

@startgantt
Project starts the 20th of september 2018
[task1] starts on the 2018/9/1 and lasts 10 days
@endgantt

...