Skip to content

Commit

Permalink
Merge pull request #243 from Sage-Bionetworks/fds-1831-contributor-to…
Browse files Browse the repository at this point in the history
…-source

FDS-1831 contributor to source
  • Loading branch information
lakikowolfe authored May 14, 2024
2 parents 1175b90 + 7f4e579 commit 42ef607
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions R/app_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@ app_server <- function( input, output, session ) {
# DATASET DASH VIZ : DISTRIBUTIONS ########################################

dfamodules::mod_distribution_server(
id = "distribution_contributor",
id = "distribution_source",
df = filtered_manifest,
group_by_var = "contributor",
group_by_var = "source",
title = NULL,
x_lab = "Contributor",
x_lab = "Source",
y_lab = "Number of Datasets",
fill = "#0d1c38"
)
Expand Down
2 changes: 1 addition & 1 deletion R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ app_ui <- function() {
title = "Distribution of datasets by contributor",
status = "primary",
collapsible = TRUE,
dfamodules::mod_distribution_ui("distribution_contributor")
dfamodules::mod_distribution_ui("distribution_source")
),
shinydashboard::box(
title = "Distribution of datasets by data type",
Expand Down

0 comments on commit 42ef607

Please sign in to comment.