Hi,
My data looks like this:

Start time | End time | Task
08:30 08:45 AAA
08:50 10:15 BBB
10:30 11:06 AAA
11:30 12:00 CCC

etc.

And I want to create a bar chart that will display how the tasks are distributed along the day:

Untitled.png

Can you please guide me how to do it?

Thanks,
Gil.