highcharts / draggable-points

MIT License
32 stars 34 forks source link

added option to continue dragging when mouse leaves chart area #65

Open victorceban opened 7 years ago

victorceban commented 7 years ago

why: when dragging to the very edge and the mouse leaves chart area the point sticks and you have to release the click and grab the point again. UX-wise looks not nice.

this PR enables dragging outside with a flag; the default behavior is not changed.