i have a table with 3 columns
event | start-time | end-time
I would like to have a line plot to have a step-like diagram in which the event is plotted from start- to end-time.
I am only finding solution for x-axis with one column which contains the timestamp of a value.
Here i need to somehow bring start- and end-time together.
How can i solve this?