Hello,
I am searching for a bar chart which is capable of creating a plot like this:
I am reading from an .csv file and my data looks like this:
1. Task Start End Duration ....
2. 2 0 2 2
3. 4 2 4 2
4. 6 4 7 3
5. 4 7 8 1
6. 6 8 10 2
...
So every task has a his start and stop time. Also his wide is given (duration). When a Task ends, the next task will start. A task can run multiple times.
I couldn’t find anything similar to this, so if it is possible i would appreciate a small example.
Thanks
5 posts - 3 participants







