Skip to content

Commit

Permalink
dagnamit typo
Browse files Browse the repository at this point in the history
remove typo in piechart titles
  • Loading branch information
patdbro committed Jun 12, 2019
1 parent 4a80bc4 commit ae10c0f
Show file tree
Hide file tree
Showing 2 changed files with 1,799 additions and 1,464 deletions.
6 changes: 4 additions & 2 deletions shiny/observatory/agencycomparison.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,11 @@ agencycomparison_server <- function (input, output) {
ggplot(aes(x="", y=tot_source, fill=sourceurl)) +
geom_bar(width = 1, stat = "identity")+
coord_polar("y", start = 0) +
ylab(NULL)+
theme(axis.text = element_blank(),
axis.ticks = element_blank(),
panel.grid = element_blank()) +
ggtitle("Single Agency referal souurces") +
ggtitle("Single Agency referal sources") +
theme(legend.position = "none")
})

Expand All @@ -111,10 +112,11 @@ agencycomparison_server <- function (input, output) {
ggplot(aes(x="", y=tot_source, fill = sourceurl)) +
geom_bar(width = 1, stat = "identity")+
coord_polar("y", start = 0)+
ylab(NULL)+
theme(axis.text = element_blank(),
axis.ticks = element_blank(),
panel.grid = element_blank()) +
ggtitle("Cohort Agencies referal souurces") +
ggtitle("Cohort Agencies referal sources") +
theme(legend.position = "none")
})

Expand Down
Loading

0 comments on commit ae10c0f

Please sign in to comment.