-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Rangeslider selection display not updating #3957
Labels
bug
something broken
Comments
Thanks very much for the report! |
etpinard
added a commit
that referenced
this issue
Jul 4, 2019
... during selection mousemove. To do so, - make _module.styleOnSelect handle a 3rd argument (in practice, a d3 selection of <g.trace> of the main plot OR the range plot) - similarly for _module.style methods that get called during selections
etpinard
added a commit
that referenced
this issue
Jul 4, 2019
... during selection mousemove. To do so, - make _module.styleOnSelect handle a 3rd argument (in practice, a d3 selection of <g.trace> of the main plot OR the range plot) - similarly for _module.style methods that get called during selections
etpinard
added a commit
that referenced
this issue
Jul 4, 2019
... during selection mousemove. To do so, - make _module.styleOnSelect handle a 3rd argument (in practice, a d3 selection of <g.trace> of the main plot OR the range plot) - similarly for _module.style methods that get called during selections
etpinard
added a commit
that referenced
this issue
Jul 5, 2019
... during selection mousemove. To do so, - make _module.styleOnSelect handle a 3rd argument (in practice, a d3 selection of <g.trace> of the main plot OR the range plot) - similarly for _module.style methods that get called during selections - N.B. has to "fix" one (wrong) finance select assertion
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@etpinard, I know it has been sometime, but turning back to merge #3806 and the original bug #3795, I noticed that there is another issue with the rangeslider and selections not being in sync. In this case, the issue is regarding the selection in the rangeslider window not updating when the selection in the graph changes.
I've created a reproducible example on codepen here: https://codepen.io/mbkupfer/pen/zVGwoZ
I also demonstrated this bug in a gif to help clarify. Take note how the selected bars will only update in the rangeslider window only when the rangelisder has a click event.
The text was updated successfully, but these errors were encountered: