TimStats commited on
Commit
6ae3a0b
·
verified ·
1 Parent(s): 3e81819

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -475,7 +475,7 @@ server <- function(input, output,session) {
475
  label = c("Poor", "Average", "Great"),
476
  color = c("#3661ad", "#90A4AE", "#DC3545"),
477
  family = "roboto", size = 6) +
478
- annotate("text", x = c(10, 50, 90), y = .7,
479
  label = "▲",
480
  color = c("#3661ad", "#90A4AE", "#DC3545"), size = 12) +
481
  scale_x_continuous(limits = c(-16, 113), expand = c(0, 0)) +
 
475
  label = c("Poor", "Average", "Great"),
476
  color = c("#3661ad", "#90A4AE", "#DC3545"),
477
  family = "roboto", size = 6) +
478
+ annotate("text", x = c(10, 50, 90), y = .5,
479
  label = "▲",
480
  color = c("#3661ad", "#90A4AE", "#DC3545"), size = 12) +
481
  scale_x_continuous(limits = c(-16, 113), expand = c(0, 0)) +