TimStats commited on
Commit
e24d267
·
verified ·
1 Parent(s): e0290c7

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
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 = 1000, height = 1000)
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() {