Spaces:
Running
Running
Updated plot width to 113% from 110%
Browse files
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 = "
|
| 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 |
|