daattali / timevis

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

Switch of vertical lines #86

Closed systats closed 4 years ago

systats commented 4 years ago

Hi,

is there a way to switch off the vertical lines?

image

It seems like they harm performance of the graphic if a lot of items are displayed.

Thanks in Advance!

daattali commented 4 years ago

You can look at visjs documentation to see if the library supports that, but I would imagine that there is no way to "turn them off". What you can do is hide them with CSS, or use your own custom javascript to delete them.