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

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -2
app.R CHANGED
@@ -471,11 +471,11 @@ server <- function(input, output,session) {
471
 
472
  # Labels plot
473
  labels_plot <- ggplot() +
474
- annotate("text", x = c(10, 50, 90), y = 1.5,
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 = 1,
479
  label = "▲",
480
  color = c("#3661ad", "#90A4AE", "#DC3545"), size = 12) +
481
  scale_x_continuous(limits = c(-16, 113), expand = c(0, 0)) +
 
471
 
472
  # Labels plot
473
  labels_plot <- ggplot() +
474
+ annotate("text", x = c(10, 50, 90), y = 1.2,
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)) +