Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
|
@@ -418,7 +418,7 @@ ui <- fluidPage(
|
|
| 418 |
|
| 419 |
mainPanel(
|
| 420 |
width = 9,
|
| 421 |
-
plotOutput("Plot",height = "1200px",width = "
|
| 422 |
)
|
| 423 |
)
|
| 424 |
)
|
|
|
|
| 418 |
|
| 419 |
mainPanel(
|
| 420 |
width = 9,
|
| 421 |
+
plotOutput("Plot",height = "1200px",width = "100%")
|
| 422 |
)
|
| 423 |
)
|
| 424 |
)
|