Skip to content

Commit eb0f489

Browse files
committed
feat: hide widgets from the module
1 parent e144900 commit eb0f489

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/tm_p_scatterlineplot.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ srv_p_scatterlineplot <- function(id,
4949
x_var = x_var,
5050
y_var = y_var,
5151
color_var = color_var,
52-
point_colors = point_colors
52+
point_colors = point_colors,
53+
show_widgets = FALSE
5354
)
5455
srv_p_lineplot(
5556
"line",

0 commit comments

Comments
 (0)