Skip to content

Commit

Permalink
Update global.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta Alcalde-Herraiz committed Nov 21, 2024
1 parent efea52a commit 8a6bbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/shiny/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ plotComparedLsc <- function(lsc, cohorts, colour = NULL, facet = NULL){
values_from = percentage)

plot <- plot_data |>
ggplot(aes(text = paste("<br>Database:", cdm_name,
ggplot(aes(text = paste("<br>Database:", database,
"<br>Concept:", variable_name,
"<br>Concept ID:", concept_id,
"<br>Time window:", time_window,
Expand Down

0 comments on commit 8a6bbe1

Please sign in to comment.