Spaces:
Build error
Build error
Update app.R
Browse files
app.R
CHANGED
|
@@ -366,7 +366,7 @@ server <- function(input, output, session) {
|
|
| 366 |
} else{
|
| 367 |
break_plot_tot(game, data1, settings$dates[1], settings$dates[2])
|
| 368 |
}
|
| 369 |
-
}, width =
|
| 370 |
|
| 371 |
output$download <- downloadHandler(
|
| 372 |
filename = function() {
|
|
|
|
| 366 |
} else{
|
| 367 |
break_plot_tot(game, data1, settings$dates[1], settings$dates[2])
|
| 368 |
}
|
| 369 |
+
}, width = 750, height = 750)
|
| 370 |
|
| 371 |
output$download <- downloadHandler(
|
| 372 |
filename = function() {
|