TimStats commited on
Commit
e1a26c2
·
verified ·
1 Parent(s): 2f35c41

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -418,7 +418,7 @@ ui <- fluidPage(
418
 
419
  mainPanel(
420
  width = 9,
421
- plotOutput("Plot",height = "1200px",width = "1200px")
422
  )
423
  )
424
  )
 
418
 
419
  mainPanel(
420
  width = 9,
421
+ plotOutput("Plot",height = "1200px",width = "100%")
422
  )
423
  )
424
  )