I have data that that looks as following:
| Username | session_start | session_end |
|---|---|---|
| Scott | 2020-08-07 20:10:00 | 2020-08-07 20:50:00 |
| Scott | 2020-08-07 22:00:00 | 2020-08-07 22:07:00 |
| Scott | 2020-08-07 22:25:00 | 2020-08-07 22:30:00 |
| Bob | 2020-08-07 20:12:00 | 2020-08-07 20:30:00 |
| Bob | 2020-08-07 20:50:00 | 2020-08-07 21:11:00 |
| Angela | 2020-08-07 20:10:00 | 2020-08-07 20:57:00 |
I need to create a time chart in Google Spreadsheet where each username is on the Y-axis and the time line is on the X-axis. The plot line on this chart should span the session_start and session_end timestamps.
How do I plot this in Google Spreadsheet?









