daattali / timevis

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

Imposible to disable double click #65

Closed JesusPF1981 closed 5 years ago

JesusPF1981 commented 5 years ago

I have issues to disable doubleclick using timevis. I have tried using

timevis(datos,options=list(editable=TRUE,doubleClick=FALSE))

but it does not work

Thanks!

daattali commented 5 years ago

Hi @jpara3 , I wasn't aware of that option as something that should disable double clicking. Looking at the javascript documentation http://visjs.org/docs/timeline/ it looks like doubleClick is an event, but I don't see anywhere that says setting it to false will disable it