Gantt Diagram - Multiple jobs in one row

0 votes
asked Sep 4 in Question / help by esbon

i'm trying to make a gantt diagram for scheduling jobs in round robin algorithm. The thing is I don't know how to restart a job,the best i could do was this:

@startgantt
[A] requires 5 days
[B] starts 1 days after [A]`s end and requires 3 days
[C] starts 1 days after [B]`s end and requires 5 days
[A] starts 1 days after [C]`s end and requires 2 days
[D] starts 1 days after [A]`s end and requires 3 days



[B] displays on same row as [A]
[C] displays on same row as [A]
[D] displays on same row as [A]
@endgantt


This outputs:

Imagen

How can i make it work?

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...