highcharts / draggable-points

MIT License
32 stars 34 forks source link

Dragging after mouse has left chart area #60

Open andylhansen opened 7 years ago

andylhansen commented 7 years ago

This allows the user to keep dragging after the mouse has left the chart area. This makes dragging column charts more smooth.

TorsteinHonsi commented 7 years ago

A potential problem is if the user drags off the viewport or frame so that the mouseup triggers in a different window.