-
Notifications
You must be signed in to change notification settings - Fork 633
[Documentation] Incomplete shiny plotly integration example #583
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
Thanks. Moved to plotly/documentation#385 |
@cpsievert, while this is a documentation problem, I think we might also have either a bug or confusing situation. For instance, if we simplify this example as below.
In the code, to make the height reactive I had to do two unexpected hacks.
I thought I could just do the following to make this work.
I'm still getting a feel for all the magic that is happening, so I have probably gotten a lot wrong here, and feel free to correct all my mistakes :) This all stemmed from a naive belief that I could quickly fix the documentation. |
Thank you for bringing this up @timelyportfolio. I can fix (2) pretty easily, but (1) has me stumped at the moment. Could you file a new issue with the content you have here? I'll fix it once I know what's going on here -> plotly/plotly.js#537 |
The shiny-plotly example about diamonds facet plots has an input slider named height of plot which doesn't do anything. The server.R code doesn't use it anywhere. Either remove that slider or show us how to change the plot height using the slider
Also pageWithSidebar() is deprecated you have to use fluidPage instead
The text was updated successfully, but these errors were encountered: