@@ -2554,8 +2554,8 @@ pars_data %>%
geom_rect(aes(
ymin = 0,
ymax = value * 1.2,
xmin = dates[1],
xmax = dates[182],
xmin = sort(unique(dates))[1],
xmax = sort(unique(dates))[182],
fill = "Burn-In"
)) +
geom_line(aes(color = name), linewidth = linesize, show.legend = FALSE) +
The note is not visible to the blocked user.