mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
modify normalization page
This commit is contained in:
+2
-1
@@ -633,6 +633,7 @@ output$cost_index_chart <- renderDygraph({
|
|||||||
logscale = is_y_log
|
logscale = is_y_log
|
||||||
) %>%
|
) %>%
|
||||||
dyAxis("x", drawGrid = F) %>%
|
dyAxis("x", drawGrid = F) %>%
|
||||||
|
dyLegend(show = "always", width = 400, hideOnMouseOut = FALSE) %>%
|
||||||
dyRangeSelector()
|
dyRangeSelector()
|
||||||
}) %>%
|
}) %>%
|
||||||
bindCache(storm_selection$storm_year, storm_selection$storm_name, storm_selection$storm_basin)
|
bindCache(storm_selection$storm_year, storm_selection$storm_name, storm_selection$storm_basin)
|
||||||
@@ -668,7 +669,7 @@ output$landfalls_table <- renderDT({
|
|||||||
})
|
})
|
||||||
|
|
||||||
fillCol(
|
fillCol(
|
||||||
flex = c(0.7, 0.3),
|
flex = c(0.5, 0.5),
|
||||||
div(
|
div(
|
||||||
fluidRow(
|
fluidRow(
|
||||||
style = "height: 100%",
|
style = "height: 100%",
|
||||||
|
|||||||
Reference in New Issue
Block a user