Hi Jason,
I like this package. However I am having a dataset with overlapping events. And I am looking at plotting them on separate lines.
Here's an example.
ww2$EndDate[1] <- as.Date("1950-04-01", "%Y-%m-%d")
timeline(ww2)

As you can see, the events for Roosevelt and Truman overlap from 1945 to 1950.
I am looking for something like this?

I hope this is possible in the current package. Please let me know. Thanks
Hi Jason,
I like this package. However I am having a dataset with overlapping events. And I am looking at plotting them on separate lines.
Here's an example.
ww2$EndDate[1] <- as.Date("1950-04-01", "%Y-%m-%d")
timeline(ww2)
As you can see, the events for Roosevelt and Truman overlap from 1945 to 1950.
I am looking for something like this?
I hope this is possible in the current package. Please let me know. Thanks