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

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -2
app.R CHANGED
@@ -504,9 +504,9 @@ server <- function(input, output,session) {
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)) +
511
  scale_fill_identity() +
512
  scale_color_identity() +
 
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 = 3) +
508
  geom_text(aes(x = percentile, label = percentile),
509
+ size = 5, color = "white", fontface = "bold", family = "roboto") +
510
  scale_x_continuous(limits = c(-16, 113), expand = c(0, 0)) +
511
  scale_fill_identity() +
512
  scale_color_identity() +