highcharts / draggable-points

MIT License
32 stars 34 forks source link

No longer draggable or visible when column is dragged to 0. #6

Closed bozdoz closed 10 years ago

bozdoz commented 10 years ago

When you drag a column to 0, it disappears, and can't be selected to drag again.

bozdoz commented 10 years ago

This issue is solved by adding a threshold value to the plotOptions. Or, at least, it work in my circumstance.

TorsteinHonsi commented 10 years ago

In the online demo, a dotted border appears when the column is dragged to 0, and it can be dragged up again...

bozdoz commented 10 years ago

Ah, I must have removed the minPointLength attribute. Thanks.