up help
Browse files
app.R
CHANGED
@@ -468,12 +468,13 @@ rtemisseq <- function(
|
|
468 |
),
|
469 |
rthelplist(
|
470 |
c(
|
471 |
-
"Select Data Source (built-in or upload)",
|
472 |
"Click 'Plot dataset' to render the plot - repeat after changing datasets.",
|
473 |
-
"Hover over plot to see annotations.",
|
474 |
"Click on legend items to toggle visibility of annotations.",
|
475 |
"Double-click on legend items to isolate a single annotation type.",
|
476 |
-
"
|
|
|
|
|
477 |
)
|
478 |
),
|
479 |
placement = "bottom"
|
|
|
468 |
),
|
469 |
rthelplist(
|
470 |
c(
|
471 |
+
"Select Data Source (built-in, GitHub, or upload)",
|
472 |
"Click 'Plot dataset' to render the plot - repeat after changing datasets.",
|
|
|
473 |
"Click on legend items to toggle visibility of annotations.",
|
474 |
"Double-click on legend items to isolate a single annotation type.",
|
475 |
+
"Hover over plot to see annotations.",
|
476 |
+
"Click on top-right gear icon to change plot settings.",
|
477 |
+
"Use camera icon (first on top right menu within plot) to download plot."
|
478 |
)
|
479 |
),
|
480 |
placement = "bottom"
|