-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Better rangeslider positioning #2453
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
Comments
Does this issue also cover using a rangeslider along the yaxis? yaxis rangeslider not working: https://codepen.io/arlowhite/pen/rvxKwB |
@arlowhite y-axis range sliders would be a separate effort - feel free to create a new issue for it. |
is there a way to position the rangeslider under subplots? have 4 subplots..and it always appears just under the first and partially covers the 2nd subplot. |
Is there a workaround to make this work? |
Would love a good workaround for this |
I did a small "hack" in js to move the slider (JQuery needed):
The |
As mentioned by @PavelGolodoniuc in #2443, rangesliders don't have very flexible positioning - they always go right below the associated axis (and tick labels if they're shown) and you can set their
thickness
as a fraction of plot area, but perhaps we could allow them to get a fulldomain: [bottom, top]
or evendomain: {x: [left, right], y: [bottom, top]}
so you can control the width too, not be restricted to the same width as the x axis.The text was updated successfully, but these errors were encountered: