modify normalization layout

This commit is contained in:
2026-04-08 00:18:07 -04:00
parent 4b3901ff29
commit 4f771d7426
+35 -40
View File
@@ -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(