draggable-points icon indicating copy to clipboard operation
draggable-points copied to clipboard

dataLabels are blocking mouse drag for columns

Open KacperMadej opened this issue 8 years ago • 2 comments

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

KacperMadej avatar Oct 25 '17 09:10 KacperMadej

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
}

TorsteinHonsi avatar Nov 01 '17 11:11 TorsteinHonsi

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

MercusChan avatar Nov 06 '17 06:11 MercusChan