Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dataLabels are blocking mouse drag for columns #80

Open
KacperMadej opened this issue Oct 25, 2017 · 2 comments
Open

dataLabels are blocking mouse drag for columns #80

KacperMadej opened this issue Oct 25, 2017 · 2 comments
Labels

Comments

@KacperMadej
Copy link

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
Copy link
Contributor

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants