You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a shiny app with different navPanel(). When I select a navPanel I've reactive() that changes the plots. These plots are built based on a function(). Thus they are built in the same way. However when I select a specific navPanel() named "ZV" the plot appears bigger than his mates. To be more explicit please see the screens :
I tried to fix the width and the height as you can see in the navPanel() and it worked only when I loaded the app locally. But when I tried to load the app into shinyapps.io the issue was still present. I think it's more like a bug issue than anything but do you have any solutions please ?
The text was updated successfully, but these errors were encountered:
I'm working on a shiny app with different
navPanel()
. When I select a navPanel I'vereactive()
that changes the plots. These plots are built based on afunction()
. Thus they are built in the same way. However when I select a specific navPanel() named "ZV" the plot appears bigger than his mates. To be more explicit please see the screens :When I select "ZV" Panel:
When I select another Panel:
Here's the plot function code:
The shiny code :
A reproducible example :
I tried to fix the width and the height as you can see in the navPanel() and it worked only when I loaded the app locally. But when I tried to load the app into shinyapps.io the issue was still present. I think it's more like a bug issue than anything but do you have any solutions please ?
The text was updated successfully, but these errors were encountered: