mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
add pie chart for fatality data
This commit is contained in:
@@ -243,7 +243,6 @@ ui <- page_navbar(
|
||||
)
|
||||
)
|
||||
),
|
||||
nav_panel("Perils"),
|
||||
nav_panel(
|
||||
"Fatality Map",
|
||||
layout_columns(
|
||||
@@ -262,9 +261,11 @@ ui <- page_navbar(
|
||||
layout_column_wrap(
|
||||
width = 1,
|
||||
card(
|
||||
plotlyOutput("fatality_heatmap", height = "100%")
|
||||
plotlyOutput("fatality_pie", height = "100%")
|
||||
),
|
||||
card()
|
||||
card(
|
||||
plotlyOutput("fatality_heatmap", height = "100%")
|
||||
)
|
||||
)
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user