daattali / timevis

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

y-position of elements #73

Closed wendell-t closed 5 years ago

wendell-t commented 5 years ago

The vertical (y) position of timeline elements seems to be dynamic. That is, when zooming or panning, the vertical position of the elements changes, and they move up or down from previous positions. It may be a javascript/htmlwidgets 'feature', but is there a way to turn it off?

daattali commented 5 years ago

It this happens when panning, then it's definitely a behaviour of the underlying javascript library visjs. You can check on their docs if there's any mention of this behaviour, but it doesn't sound like something they probably have configurable. But it's not a timevis issue.