Spaces:
Runtime error
Runtime error
Update app.R
Browse files
app.R
CHANGED
|
@@ -474,7 +474,7 @@ server <- function(input, output,session) {
|
|
| 474 |
label = c("Poor", "Average", "Great"),
|
| 475 |
color = c("#3661ad", "#90A4AE", "#DC3545"),
|
| 476 |
family = "roboto", size = 6) +
|
| 477 |
-
annotate("text", x = c(10, 50, 90), y = 0.
|
| 478 |
label = "▲",
|
| 479 |
color = c("#3661ad", "#90A4AE", "#DC3545"), size = 12) +
|
| 480 |
scale_x_continuous(limits = c(-16, 113), expand = c(0, 0)) +
|
|
@@ -504,7 +504,7 @@ 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 =
|
| 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)) +
|
|
|
|
| 474 |
label = c("Poor", "Average", "Great"),
|
| 475 |
color = c("#3661ad", "#90A4AE", "#DC3545"),
|
| 476 |
family = "roboto", size = 6) +
|
| 477 |
+
annotate("text", x = c(10, 50, 90), y = 0.4,
|
| 478 |
label = "▲",
|
| 479 |
color = c("#3661ad", "#90A4AE", "#DC3545"), size = 12) +
|
| 480 |
scale_x_continuous(limits = c(-16, 113), expand = c(0, 0)) +
|
|
|
|
| 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 = 12, 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)) +
|