TimStats commited on
Commit
d4244a0
·
verified ·
1 Parent(s): 36a14a5

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -496,7 +496,7 @@ server <- function(input, output,session) {
496
  geom_text(aes(x = 103, label = value),
497
  hjust = 0, size = 6, family = "roboto") +
498
  geom_point(aes(x = percentile, color = "white", fill = color),
499
- size = 16, shape = 21, stroke = 3) +
500
  geom_text(aes(x = percentile, label = percentile),
501
  size = 6, color = "white", fontface = "bold", family = "roboto") +
502
  scale_x_continuous(limits = c(-16, 113), expand = c(0, 0)) +
 
496
  geom_text(aes(x = 103, label = value),
497
  hjust = 0, size = 6, family = "roboto") +
498
  geom_point(aes(x = percentile, color = "white", fill = color),
499
+ size = 12, shape = 21, stroke = 3) +
500
  geom_text(aes(x = percentile, label = percentile),
501
  size = 6, color = "white", fontface = "bold", family = "roboto") +
502
  scale_x_continuous(limits = c(-16, 113), expand = c(0, 0)) +