Spaces:
Runtime error
Runtime error
Update app.R
Browse files
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 =
|
| 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)) +
|