highcharts / draggable-points

MIT License
32 stars 34 forks source link

Drag handler is missing when value = 0 #79

Closed MercusChan closed 6 years ago

MercusChan commented 6 years ago

See this example http://jsfiddle.net/AyUbx/3825/

Thank you.

KacperMadej commented 6 years ago

Hi,

This doesn't look like a bug.

The problem is caused by column being too small, so you could resolve the issue by setting minPointLength. Demo: http://jsfiddle.net/BlackLabel/AyUbx/3831/

MercusChan commented 6 years ago

Confirmed, thanks