Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
@@ -78,6 +78,7 @@ ui <- dashboardPage(
|
|
78 |
box(
|
79 |
class = "box",
|
80 |
title = "Map of Observations",
|
|
|
81 |
width = 12,
|
82 |
status = "primary",
|
83 |
solidHeader = T,
|
@@ -87,7 +88,8 @@ ui <- dashboardPage(
|
|
87 |
fluidRow(
|
88 |
box(
|
89 |
class = "box",
|
90 |
-
title = "Plot of Observation
|
|
|
91 |
status = "primary",
|
92 |
solidHeader = T,
|
93 |
highchartOutput("chart"), elevation = 4
|
@@ -95,6 +97,7 @@ ui <- dashboardPage(
|
|
95 |
box(
|
96 |
class = "box",
|
97 |
title = "Observation Data",
|
|
|
98 |
status = "primary",
|
99 |
solidHeader = T,
|
100 |
reactableOutput("table", height = 400),
|
|
|
78 |
box(
|
79 |
class = "box",
|
80 |
title = "Map of Observations",
|
81 |
+
maximizable = TRUE,
|
82 |
width = 12,
|
83 |
status = "primary",
|
84 |
solidHeader = T,
|
|
|
88 |
fluidRow(
|
89 |
box(
|
90 |
class = "box",
|
91 |
+
title = "Plot of Observation Overtime",
|
92 |
+
maximizable = TRUE,
|
93 |
status = "primary",
|
94 |
solidHeader = T,
|
95 |
highchartOutput("chart"), elevation = 4
|
|
|
97 |
box(
|
98 |
class = "box",
|
99 |
title = "Observation Data",
|
100 |
+
maximizable = TRUE,
|
101 |
status = "primary",
|
102 |
solidHeader = T,
|
103 |
reactableOutput("table", height = 400),
|