daattali / timevis

📅 Create interactive timeline visualizations in R
http://daattali.com/shiny/timevis-demo/
Other
655 stars 157 forks source link

Trying to add a second group on the secondary x axis that documents the date segments in quarters #108

Closed kylegross closed 3 years ago

kylegross commented 3 years ago

I'm trying to add a dataframe to the timevis that displays the project in quarters. The dates are the same across 16 different assets. The files will be too large if I add the quarter segments manually in each of the assets, so I wanted to reference the dataframe I created for the quarters to add them to the timeline. I cannot figure out how to do this. I essentially want to be able to separate the dates on the timeline into quarters.

image

daattali commented 3 years ago

The {timevis} package is a binding to a javascript library, and I don't know if this is a supported feature of the library. You can look at the official docs to see how to do this.

kylegross commented 3 years ago

got it, thank you.