cjerzak commited on
Commit
4c8e2c4
·
verified ·
1 Parent(s): 6dbfcee

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -268,7 +268,7 @@ ui <- fluidPage(
268
  checkboxInput("compareToBest", "Compare to best single scale", value = FALSE)
269
  ),
270
  mainPanel(
271
- plotOutput("heatmapPlot"),
272
  div(style = "margin-top: 10px; font-style: italic;", uiOutput("contextNote"))
273
  )
274
  )
 
268
  checkboxInput("compareToBest", "Compare to best single scale", value = FALSE)
269
  ),
270
  mainPanel(
271
+ plotOutput("heatmapPlot", width = "100%"),
272
  div(style = "margin-top: 10px; font-style: italic;", uiOutput("contextNote"))
273
  )
274
  )