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

rangeslider with multiple yaxis (after v1.32.0) #2443

Closed
immotus opened this issue Mar 6, 2018 · 2 comments
Closed

rangeslider with multiple yaxis (after v1.32.0) #2443

immotus opened this issue Mar 6, 2018 · 2 comments
Labels
bug something broken regression this used to work

Comments

@immotus
Copy link

immotus commented Mar 6, 2018

We have a plot with multiple y axes and a rangeslider. This produces something like:

image

This worked perfectly up until v1.31.1. The next v1.32.0 breaks it and renders rangeslider over one of the plots:

image

Reproducible example is here: https://codepen.io/anon/pen/qxzVpW

In the HTML view replace https://cdn.plot.ly/plotly-1.31.0.min.js script with the 1.32.0 or the latest from the CDN to reproduce the issue.

May I suggest that xaxis.rangeslider layout config option has something like "domain: [ number, number ]" rather than "thickness" option to specify where exactly I want to place the slider?

@alexcjohnson alexcjohnson added the bug something broken label Mar 6, 2018
@alexcjohnson
Copy link
Collaborator

Thanks @PavelGolodoniuc - bug confirmed.

domain: [..., ...] is a good idea. We should probably make a separate issue to discuss that though, and keep this issue about the bug.

@etpinard
Copy link
Contributor

etpinard commented Mar 6, 2018

Thanks for the report @PavelGolodoniuc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken regression this used to work
Projects
None yet
Development

No branches or pull requests

3 participants