daattali / timevis

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

Add multiple columns/groups in the timevis #79

Closed anand-anish closed 5 years ago

anand-anish commented 5 years ago

I am using the timevis package to visualize timeline at region, country, status level. While looking across online examples, I saw that most of them had only 1 group and timeline associated with that.

I wish to show multiple groups as different column headers and make timeline accordingly. I hope it makes sense. Any leads or clues will be highly appreciated.

Thanks and Regards, Anish

image

daattali commented 5 years ago

Please look at the official documentation for the underlying javascript library https://visjs.org/docs/timeline/ that should show everything that's possible to do. The timevis package is mostly a connection between R and this existing third party javascript library.