diff --git a/r_app/report_utils.R b/r_app/report_utils.R index 3759e21..fdb042a 100644 --- a/r_app/report_utils.R +++ b/r_app/report_utils.R @@ -125,7 +125,7 @@ cum_ci_plot <- function(pivotName){ } -cum_ci_plot <- function(pivotName, plot_type = "value", facet_on = TRUE) { +cum_ci_plot <- function(pivotName, plot_type = "value", facet_on = FALSE) { # pivotName = "3a13" data_ci <- CI_quadrant %>% filter(field == pivotName)