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,12 +151,9 @@ 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%",
|
|
||||||
column(
|
|
||||||
3,
|
|
||||||
virtualSelectInput(
|
virtualSelectInput(
|
||||||
"storm_overview_cost_index_lf_select",
|
"storm_overview_cost_index_lf_select",
|
||||||
"Landfalls",
|
"Landfalls",
|
||||||
@@ -188,11 +185,9 @@ ui <- page_navbar(
|
|||||||
justified = T
|
justified = T
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
column(9, dygraphOutput("cost_index_chart"))
|
dygraphOutput("cost_index_chart")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
),
|
|
||||||
card()
|
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
nav_panel(
|
nav_panel(
|
||||||
|
|||||||
Reference in New Issue
Block a user