Hi all, I have data in below that indicates logon and logoff time. _time user startTime endTime 20/12/04 18:07:03.000 A 1607072823 1607073562 20/12/04 17:53:22.000 B 1607072002 1607074229 20/12/04 16:21:19.000 A 1607066479 1607066494 20/12/04 16:07:32.000 C 1607065652 1607065719 "_time" is equal to startTime but startTime is epoch time. I would like to plot this time series data to line chart using timechart command. Like, x axis indicates time with 1minutes span, and y axis indicates each user name and plot data to be 1 between session startTime and endTime.
... View more