TimStats commited on
Commit
3cc1e57
·
verified ·
1 Parent(s): e1a26c2

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -462,7 +462,7 @@ server <- function(input, output, session) {
462
  } else{
463
  break_plot_tot(game, data1, settings$dates[1], settings$dates[2])
464
  }
465
- }, width = 750, height = 750)
466
 
467
  output$download <- downloadHandler(
468
  filename = function() {
 
462
  } else{
463
  break_plot_tot(game, data1, settings$dates[1], settings$dates[2])
464
  }
465
+ }, width = 750, height = 750, bg = "#333333")
466
 
467
  output$download <- downloadHandler(
468
  filename = function() {