Spaces:
Runtime error
Runtime error
Update app.R
Browse files
app.R
CHANGED
|
@@ -471,13 +471,13 @@ server <- function(input, output,session) {
|
|
| 471 |
|
| 472 |
# Labels plot
|
| 473 |
labels_plot <- ggplot() +
|
| 474 |
-
annotate("text", x = c(10, 50, 90), y = 1,
|
| 475 |
label = c("Poor", "Average", "Great"),
|
| 476 |
color = c("#3661ad", "#90A4AE", "#DC3545"),
|
| 477 |
-
family = "roboto", size =
|
| 478 |
-
annotate("text", x = c(10, 50, 90), y =
|
| 479 |
label = "▲",
|
| 480 |
-
color = c("#3661ad", "#90A4AE", "#DC3545"), size =
|
| 481 |
scale_x_continuous(limits = c(-16, 113), expand = c(0, 0)) +
|
| 482 |
scale_y_continuous(limits = c(0.5, 1.5)) +
|
| 483 |
theme_void()
|
|
|
|
| 471 |
|
| 472 |
# Labels plot
|
| 473 |
labels_plot <- ggplot() +
|
| 474 |
+
annotate("text", x = c(10, 50, 90), y = 1.5,
|
| 475 |
label = c("Poor", "Average", "Great"),
|
| 476 |
color = c("#3661ad", "#90A4AE", "#DC3545"),
|
| 477 |
+
family = "roboto", size = 6) +
|
| 478 |
+
annotate("text", x = c(10, 50, 90), y = 1,
|
| 479 |
label = "▲",
|
| 480 |
+
color = c("#3661ad", "#90A4AE", "#DC3545"), size = 12) +
|
| 481 |
scale_x_continuous(limits = c(-16, 113), expand = c(0, 0)) +
|
| 482 |
scale_y_continuous(limits = c(0.5, 1.5)) +
|
| 483 |
theme_void()
|