TimStats commited on
Commit
8981795
·
verified ·
1 Parent(s): 4166e62

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +4 -4
app.R CHANGED
@@ -471,13 +471,13 @@ server <- function(input, output,session) {
471
 
472
  # Labels plot
473
  labels_plot <- ggplot() +
474
- annotate("text", x = c(10, 50, 90), y = 1,
475
  label = c("Poor", "Average", "Great"),
476
  color = c("#3661ad", "#90A4AE", "#DC3545"),
477
- family = "roboto", size = 4) +
478
- annotate("text", x = c(10, 50, 90), y = 0.4,
479
  label = "▲",
480
- color = c("#3661ad", "#90A4AE", "#DC3545"), size = 8) +
481
  scale_x_continuous(limits = c(-16, 113), expand = c(0, 0)) +
482
  scale_y_continuous(limits = c(0.5, 1.5)) +
483
  theme_void()
 
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)) +
482
  scale_y_continuous(limits = c(0.5, 1.5)) +
483
  theme_void()