Skip to content

Commit 70d0772

Browse files
committed
quick fix
1 parent 67d4a5c commit 70d0772

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

R/tm_p_swimlane.R

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
tm_p_swimlane <- function(label = "Swimlane Plot Module", geom_specs, title, color_manual, shape_manual, size_manual) {
1+
tm_p_swimlane <- function(label = "Swimlane Plot Module",
2+
geom_specs,
3+
title,
4+
color_manual = NULL,
5+
shape_manual = NULL,
6+
size_manual = NULL) {
27
module(
38
label = label,
49
ui = ui_p_swimlane,
@@ -56,7 +61,7 @@ srv_p_swimlane <- function(id,
5661
output_q <- reactive(eval_code(data(), ggplot_call()))
5762

5863
plot_r <- reactive(output_q()$p)
59-
pws <- teal.widgets::plot_with_settings_srv(id = "myplot", plot_r = plot_r, gg2plotly = FALSE)
64+
pws <- teal.widgets::plot_with_settings_srv(id = "myplot", plot_r = plot_r)
6065

6166
teal::srv_brush_filter(
6267
"brush_filter",

0 commit comments

Comments
 (0)