diff --git a/app/dashboard.Rmd b/app/dashboard.Rmd index 007d11b..e43eafc 100644 --- a/app/dashboard.Rmd +++ b/app/dashboard.Rmd @@ -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%",