mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
modify normalization layout
This commit is contained in:
@@ -151,48 +151,43 @@ ui <- page_navbar(
|
|||||||
layout_column_wrap(
|
layout_column_wrap(
|
||||||
col_widths = 1,
|
col_widths = 1,
|
||||||
card(
|
card(
|
||||||
"MMH/MMP Normalization",
|
full_screen = TRUE,
|
||||||
div(
|
layout_sidebar(
|
||||||
fluidRow(
|
sidebar = sidebar(
|
||||||
style = "height: 100%",
|
virtualSelectInput(
|
||||||
column(
|
"storm_overview_cost_index_lf_select",
|
||||||
3,
|
"Landfalls",
|
||||||
virtualSelectInput(
|
choices = NULL,
|
||||||
"storm_overview_cost_index_lf_select",
|
showValueAsTags = T,
|
||||||
"Landfalls",
|
multiple = T,
|
||||||
choices = NULL,
|
autoSelectFirstOption = T
|
||||||
showValueAsTags = T,
|
|
||||||
multiple = T,
|
|
||||||
autoSelectFirstOption = T
|
|
||||||
),
|
|
||||||
radioGroupButtons(
|
|
||||||
"storm_overview_cost_index_scale",
|
|
||||||
label = "Value",
|
|
||||||
choices = c("Index", "Loss"),
|
|
||||||
status = "outline-primary rounded-0",
|
|
||||||
justified = T
|
|
||||||
),
|
|
||||||
checkboxGroupButtons(
|
|
||||||
"storm_overview_cost_index_mmh_mmp",
|
|
||||||
label = "MMH/MMP",
|
|
||||||
choices = c("MMH", "MMP"),
|
|
||||||
selected = c("MMH", "MMP"),
|
|
||||||
status = "outline-primary rounded-0",
|
|
||||||
justified = T
|
|
||||||
),
|
|
||||||
radioGroupButtons(
|
|
||||||
"storm_overview_cost_index_y_scale",
|
|
||||||
label = "Y-Axis Scale",
|
|
||||||
choices = c("Linear", "Log"),
|
|
||||||
status = "outline-primary rounded-0",
|
|
||||||
justified = T
|
|
||||||
)
|
|
||||||
),
|
),
|
||||||
column(9, dygraphOutput("cost_index_chart"))
|
radioGroupButtons(
|
||||||
)
|
"storm_overview_cost_index_scale",
|
||||||
|
label = "Value",
|
||||||
|
choices = c("Index", "Loss"),
|
||||||
|
status = "outline-primary rounded-0",
|
||||||
|
justified = T
|
||||||
|
),
|
||||||
|
checkboxGroupButtons(
|
||||||
|
"storm_overview_cost_index_mmh_mmp",
|
||||||
|
label = "MMH/MMP",
|
||||||
|
choices = c("MMH", "MMP"),
|
||||||
|
selected = c("MMH", "MMP"),
|
||||||
|
status = "outline-primary rounded-0",
|
||||||
|
justified = T
|
||||||
|
),
|
||||||
|
radioGroupButtons(
|
||||||
|
"storm_overview_cost_index_y_scale",
|
||||||
|
label = "Y-Axis Scale",
|
||||||
|
choices = c("Linear", "Log"),
|
||||||
|
status = "outline-primary rounded-0",
|
||||||
|
justified = T
|
||||||
|
)
|
||||||
|
),
|
||||||
|
dygraphOutput("cost_index_chart")
|
||||||
)
|
)
|
||||||
),
|
)
|
||||||
card()
|
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
nav_panel(
|
nav_panel(
|
||||||
|
|||||||
Reference in New Issue
Block a user