A gallery of all the themes included with PlantUML.
This project is maintained by The-Lum
A Gantt Chart is a powerful tool used for project management. It visually represents a project schedule, allowing managers and team members to see the start and end dates of the entire project at a glance. The diagram displays tasks or activities along a horizontal time axis, showing the duration of each task, their sequence, and how they overlap or run concurrently.
See PlantUML Gantt Chart for more information.
@startgantt
[Task1] lasts 10 days
note bottom
memo1 ...
memo2 ...
explanations1 ...
explanations2 ...
end note
[Task2] lasts 4 days
[Task1] -> [Task2]
[Test 000] lasts 7 days and starts at [Task2]'s end and is 0% complete
[Test 025] lasts 7 days and starts at [Task2]'s end and is 25% complete
[Test 060] lasts 7 days and starts at [Task2]'s end and is 60% complete
[Test 100] lasts 7 days and starts at [Task2]'s end and is 100% complete
-- Separator title --
[M1] happens on 5 days after [Task1]'s end
-- end --
@endgantt
@startgantt
Project starts the 2020-12-14
sunday are closed
[Task1] lasts 10 days
note bottom
memo1 ...
memo2 ...
explanations1 ...
explanations2 ...
end note
[Task2] lasts 4 days
[Task1] -> [Task2]
[Test 000] lasts 7 days and starts at [Task2]'s end and is 0% complete
[Test 025] lasts 7 days and starts at [Task2]'s end and is 25% complete
[Test 060] lasts 7 days and starts at [Task2]'s end and is 60% complete
[Test 100] lasts 7 days and starts at [Task2]'s end and is 100% complete
-- Separator title --
[M1] happens on 5 days after [Task1]'s end
-- end --
@endgantt
@startgantt
[Task1] on {Alice} lasts 10 days
[Task2] on {Bob:50%} lasts 2 days
then [Task3] on {Alice:25%} lasts 1 days
left footer \n<i>Rel. Issue: [[https://github.com/plantuml/plantuml/issues/616 #616]]
@endgantt