Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upplots on boxes are not re-rendered when hiding/showing the sidebar #62
Comments
|
I have the same issue would be nice to have a fix for this. |
|
Same here.. thanks |
|
Same issue. Yet to find a work-around. Is there a way to observe the sidebar show/hide event, and then code a re-draw of the plot? |
|
It puzzled me quite a while until I found this issue report and got to know that I am not alone. Any workaround yet? A fix from the code base would be even better! Thanks! |
|
@wch: I think that in order to fix this, we need to do a I tried adding |
|
I am having a same problem. If this issue was closed because it had been fixed, please advise me of the solution. |
|
Are you using the Github/development version of devtools::install_github("rstudio/shinydashboard")If so, that really shouldn't be happening. Can you provide a repro? If you're using the CRAN version of |
|
This (temporary?) fix worked for me: http://stackoverflow.com/questions/36655640/shiny-dashboard-does-not-scale-well |
|
I have installed Shiny Dashboard by |
Hello,
I have a little dashboard displaying some ggplot2 graphs. When I modify the size of my browser, the body is recalculated and redrawn correclty.
But when I hide the sidebar with the button on the header, the boxes are re-sized but not the graphs themselves. The result is a well sized and drawn boxes with too small graph aligned to the left of each box.
The code for the body is the following:
Do you have an idea to fix this?
Thanks,
Nicolas