We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e338ac commit e144900Copy full SHA for e144900
R/tm_p_scatterplot.R
@@ -38,7 +38,7 @@ ui_p_scatterplot <- function(id) {
38
slim = TRUE,
39
inline = TRUE
40
),
41
- colour_picker_ui(ns("colors")),
+ tags$span(id = ns("colors_span"), colour_picker_ui(ns("colors"))),
42
bslib::card(
43
full_screen = TRUE,
44
tags$div(
@@ -70,7 +70,7 @@ srv_p_scatterplot <- function(id,
70
71
if (!show_widgets) {
72
shinyjs::hide("add_lines")
73
- shinyjs::hide("colors")
+ shinyjs::hide("colors_span")
74
}
75
76
plotly_q <- reactive({
0 commit comments