Skip to content

Commit

Permalink
Add subtitle to first plot
Browse files Browse the repository at this point in the history
  • Loading branch information
howardbaik committed Feb 8, 2024
1 parent 9934dba commit 0da7c5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.R
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ server <- function(input, output) {
labs(x = NULL,
y = "Total # of Visitors",
fill = "Target Audience",
title = "Visitor Distribution across Educational Resources") +
title = "Visitor Distribution across Educational Resources",
subtitle = "'Everyone' is the primary target audience for the most visited resource, the ITN Website.") +
ylim(c(0, 6000)) +
scale_fill_manual(values=cbPalette)
})
Expand Down

0 comments on commit 0da7c5d

Please sign in to comment.