almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs
7.85k stars 1.48k forks source link

Graph2D movement chart jumps around #3103

Open gricey432 opened 7 years ago

gricey432 commented 7 years ago

When dragging charts I frequently have an issue where the chart jumps around while being dragged and then settles into place after being dropped.

I can reproduce this on the streaming example. http://visjs.org/examples/graph2d/15_streaming_data.html just set it to 'static' mode and drag it around.

This is on Windows 10 Chrome.

ezgif com-crop

I tried it on another computer and got the same thing.

ejdaly commented 7 years ago

I think the issue is a redraw happens when data is added / updated, and the redraw paints the graph as it was before dragging started