Skip to content

Commit

Permalink
Merge branch 'main' into eesp/ga4
Browse files Browse the repository at this point in the history
  • Loading branch information
JT-39 authored Dec 17, 2024
2 parents 0305a5e + c1e9e5e commit 799b6ad
Show file tree
Hide file tree
Showing 23 changed files with 2,562 additions and 1,798 deletions.
8 changes: 4 additions & 4 deletions 02_dev/create_your_own_page/create_own_table_dev_app.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ui <- bslib::page_fillable(
div(
class = "well",
style = "overflow-y: visible;",
h3("Staging Table (View of current selections)"),
h2("Staging Table (View of current selections)"),
bslib::card(
reactable::reactableOutput("staging_table")
)
Expand All @@ -107,7 +107,7 @@ ui <- bslib::page_fillable(
div(
class = "well",
style = "overflow-y: visible;",
h3("Summary of Selections"),
h2("Summary of Selections"),
bslib::card(
reactable::reactableOutput("query_table")
)
Expand All @@ -117,7 +117,7 @@ ui <- bslib::page_fillable(
div(
class = "well",
style = "overflow-y: visible;",
h3("Output Table (View of all saved selections)"),
h2("Output Table (View of all saved selections)"),
bslib::navset_card_tab(
bslib::nav_panel(
title = "Output Table",
Expand All @@ -136,7 +136,7 @@ ui <- bslib::page_fillable(
div(
class = "well",
style = "overflow-y: visible;",
h3("Output Charts (Charts showing data from saved selections)"),
h2("Output Charts (Charts showing data from saved selections)"),
p("Note a maximum of 4 geographies and 3 indicators can be shown."),

# Line chart ---------------------------------------------------------------
Expand Down
Loading

0 comments on commit 799b6ad

Please sign in to comment.