-
Notifications
You must be signed in to change notification settings - Fork 34
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
weird behavior with drag and drop with multiple dragable series #43
Labels
Comments
+1 |
Fixed by 6243233 |
there is still an issue when u simply select the point (no drag). it jumps back and forth between a couple points with my original fiddle, click (just click, no drag) the black diamond in the middle and notice the tooltip and selection jump back and forth between it and the blue dot below it. you can also see it on mouse up after the drag Thanks |
TorsteinHonsi
added a commit
that referenced
this issue
Mar 31, 2016
TorsteinHonsi
added a commit
that referenced
this issue
Apr 1, 2016
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i took the bubble demo and modified it to be a scatter chart with 2 dragable series.
example: http://jsfiddle.net/kdragon/xdwuup4j/
select any of the points and slowly drag them towards a point in the other series, notice the other series point keeps getting selected during the drag with selection and tooltip flickering
Thanks
Keith
The text was updated successfully, but these errors were encountered: