From d6d9a5b6c4003cefa7d67a7acf0082a8498e1b98 Mon Sep 17 00:00:00 2001 From: dylanbenzi Date: Wed, 9 Jul 2025 21:23:33 -0400 Subject: [PATCH] remove storm comparison --- dashboard.Rmd | 69 --------------------------------------------------- 1 file changed, 69 deletions(-) diff --git a/dashboard.Rmd b/dashboard.Rmd index 69a2d21..ff67795 100644 --- a/dashboard.Rmd +++ b/dashboard.Rmd @@ -611,75 +611,6 @@ fillCol( Storm Fatalities {data-navmenu="Storm Details"} === -Storm Comparison {data-navmenu="Storm Details"} -=== - -Column {data-width=500} ---- - -### Storm One {data-height=550} -```{r} -# selected storm - -# dygraph of normalization - -fillCol( - flex = c(.2, .8), - fluidRow( - column(4, - selectInput("locked_storm_one_basin", NULL, choices = "AL") - ), - column(4, - selectInput("locked_storm_one_year", NULL, choices = 2005) - ), - column(4, - selectInput("locked_storm_one_name", NULL, choices = "KATRINA") - ) - ), - #dygraphOutput("cost_index_chart") -) -``` - -### Storm One Track {data-height=450 .no-padding} -```{r} -# hurdat track -#leafletOutput("track_map", height="100%") -``` - -Column {data-width=500} ---- - -### Storm Two {data-height=550} -```{r} -# selected storm - -# dygraph of normalization - -fillCol( - flex = c(.2, .8), - fluidRow( - column(3, - selectInput("locked_storm_two_basin", NULL, choices = "AL") - ), - column(3, - selectInput("locked_storm_two_year", NULL, choices = 2005) - ), - column(3, - selectInput("locked_storm_two_name", NULL, choices = "KATRINA") - ), - column(3, - actionButton("select_storm_two", "Submit", class = "btn-primary") - ) - ), - #dygraphOutput("cost_index_chart") -) -``` - -### Storm Two Track {data-height=450} -```{r} -# hurdat track -``` - Fatalities {data-navmenu="Fatalities"} ===