-
Notifications
You must be signed in to change notification settings - Fork 633
Legend Scroll issues. #525
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
Ok thanks for additional info. I think this makes more sense. I should be able to try to replicate Sunday. |
This seems like a plotly.js problem. @timelyportfolio I know the plotly.js folks like reproducible example(s) using codepen, if possible. |
@batra2, I have been able to reproduce in R, so an example is no longer necessary. I'll let you know what I can find out. |
@cpsievert, I replicated with the following code and noticed another sort-of-related problem. The legend scroll
|
Everything works as expected for me in Chrome/Firefox, but I can't seem to click and drag the scroll bar in RStudio (mouse scroll is working, though). |
Ok, same with me. Do you think I should file an issue on plotly.js or just accept that this is a limitation of RStudio Viewer (perhaps I'll switch focus now back to the issue with legend scrolling on resize. |
I think this gets fixed in |
Unfortunately, problem still there even though the scrolling legend behaves much better. I'll research a little more and file issue over on plotly.js. |
This should now be fixed. Please reopen if you are still having trouble after updating to the newest version. |
I have a Shiny dashboard where I am rendering events on y axis. The scroll for the legend works fine when I render the UI for the first time.
But if I resize the UI or refresh the Page the scroll disappears.
The text was updated successfully, but these errors were encountered: