Spaces:
Runtime error
Runtime error
Update app.R
Browse files
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 =
|
| 508 |
geom_text(aes(x = percentile, label = percentile),
|
| 509 |
-
size =
|
| 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() +
|