Spaces:
Runtime error
Runtime error
Update app.R
Browse files
app.R
CHANGED
|
@@ -475,7 +475,7 @@ server <- function(input, output,session) {
|
|
| 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 = .
|
| 479 |
label = "▲",
|
| 480 |
color = c("#3661ad", "#90A4AE", "#DC3545"), size = 12) +
|
| 481 |
scale_x_continuous(limits = c(-16, 113), expand = c(0, 0)) +
|
|
|
|
| 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 = .5,
|
| 479 |
label = "▲",
|
| 480 |
color = c("#3661ad", "#90A4AE", "#DC3545"), size = 12) +
|
| 481 |
scale_x_continuous(limits = c(-16, 113), expand = c(0, 0)) +
|