highcharts / draggable-points

MIT License
32 stars 34 forks source link

dataLabels are blocking mouse drag for columns #80

Open KacperMadej opened 6 years ago

KacperMadej commented 6 years ago

When trying to drag a column and dataLabel is in front, then the drag is blocked.

Demo: http://jsfiddle.net/Lbpto4oy/1/ Steps:

  1. Drag by the dataLabel on the 100 value column -> nothing happens
TorsteinHonsi commented 6 years ago

Actually nothing happens on either of the columns unless we drag on the rifled handle, even though the cursor indicates otherwise. Perhaps we should do something about the cursor.

Also (although I don't see the actual bug), I assume a workaround could be to add a CSS rule like:

.highcharts-data-label {
    pointer-events: none
}
MercusChan commented 6 years ago

@TorsteinHonsi I just found the column (blue color bar) also looks draggable.