TimStats commited on
Commit
0aaa897
·
verified ·
1 Parent(s): 575b65f

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +3 -3
app.R CHANGED
@@ -500,11 +500,11 @@ server <- function(input, output,session) {
500
  yend = as.numeric(factor(metric, levels = rev(metric))) - 0.3),
501
  linetype = "longdash", color = "#399098", size = 1) +
502
  geom_text(aes(x = -3, label = metric),
503
- hjust = 1, size = 6, family = "roboto") +
504
  geom_text(aes(x = 103, label = value),
505
- hjust = 0, size = 6, family = "roboto") +
506
  geom_point(aes(x = percentile, color = "white", fill = color),
507
- size = 8, shape = 21, stroke = 1) +
508
  geom_text(aes(x = percentile, label = percentile),
509
  size = 6, color = "white", fontface = "bold", family = "roboto") +
510
  scale_x_continuous(limits = c(-16, 113), expand = c(0, 0)) +
 
500
  yend = as.numeric(factor(metric, levels = rev(metric))) - 0.3),
501
  linetype = "longdash", color = "#399098", size = 1) +
502
  geom_text(aes(x = -3, label = metric),
503
+ hjust = 1, size = 5, family = "roboto") +
504
  geom_text(aes(x = 103, label = value),
505
+ hjust = 0, size = 5, family = "roboto") +
506
  geom_point(aes(x = percentile, color = "white", fill = color),
507
+ size = 10, shape = 21, stroke = 1) +
508
  geom_text(aes(x = percentile, label = percentile),
509
  size = 6, color = "white", fontface = "bold", family = "roboto") +
510
  scale_x_continuous(limits = c(-16, 113), expand = c(0, 0)) +