modify normalization page

This commit is contained in:
2025-12-26 19:28:09 -05:00
parent 084e3edb65
commit a9afc1d548
+2 -1
View File
@@ -633,6 +633,7 @@ output$cost_index_chart <- renderDygraph({
logscale = is_y_log
) %>%
dyAxis("x", drawGrid = F) %>%
dyLegend(show = "always", width = 400, hideOnMouseOut = FALSE) %>%
dyRangeSelector()
}) %>%
bindCache(storm_selection$storm_year, storm_selection$storm_name, storm_selection$storm_basin)
@@ -668,7 +669,7 @@ output$landfalls_table <- renderDT({
})
fillCol(
flex = c(0.7, 0.3),
flex = c(0.5, 0.5),
div(
fluidRow(
style = "height: 100%",