Spaces:
Runtime error
Runtime error
Update app.R
Browse files
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 =
|
| 504 |
geom_text(aes(x = 103, label = value),
|
| 505 |
-
hjust = 0, size =
|
| 506 |
geom_point(aes(x = percentile, color = "white", fill = color),
|
| 507 |
-
size =
|
| 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)) +
|