daattali / timevis

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

Visualisation Shaking #150

Open vssentinel opened 5 months ago

vssentinel commented 5 months ago

Thank you in advance for your support. We are using the library to display a hierarchy of technical objects and it works well. There seems to be an issue that sometimes the visualisation shakes, and when you move the cursor over a node, the visualisation shakes and you can't do anything with it. Does anyone know what this is and how to fix it please and is there someone who could providers with some support that we would pay for Many thanks

daattali commented 4 months ago

Hi @vssentinel , I haven't heard of such an issue before. Could you share a reproducible example so that I can see and troubleshoot it?

If you're proficient in javascript and are able to replicate the same timeline in pure javascript using https://visjs.github.io/vis-timeline/docs/timeline/ , that would really help in determining whether the problem is with the javascript library or with the R package.