Open gricey432 opened 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.
I tried it on another computer and got the same thing.
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
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.
I tried it on another computer and got the same thing.