Ifeanyi commited on
Commit
0a80611
·
1 Parent(s): 58b8ad8

Updated plot width to 113% from 110%

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -41,7 +41,7 @@ ui <- list(useShinyjs(),navbarPage(windowTitle = "TrendChecker",
41
  actionButton("run",strong("Run Search"),icon("caret-right"))
42
  ),
43
  mainPanel(
44
- withSpinner(plotOutput("plot", width = "115%", height = "450px"),type = 8),
45
  downloadButton("plot_download","Download",icon = icon("download"))),
46
 
47
 
 
41
  actionButton("run",strong("Run Search"),icon("caret-right"))
42
  ),
43
  mainPanel(
44
+ withSpinner(plotOutput("plot", width = "113%", height = "450px"),type = 8),
45
  downloadButton("plot_download","Download",icon = icon("download"))),
46
 
47