Skip to content

Commit 4e0f4a5

Browse files
authored
Update R/tm_g_bivariate.R
Signed-off-by: Marcin <[email protected]>
1 parent d750d8e commit 4e0f4a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/tm_g_bivariate.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ tm_g_bivariate <- function(label = "Bivariate Plots",
300300
ui_args = args,
301301
server_args = c(
302302
data_extract_list,
303-
list(plot_height = plot_height, plot_width = plot_width, ggplot2_args = ggplot2_args),
304-
decorators = decorators
303+
list(plot_height = plot_height, plot_width = plot_width, ggplot2_args = ggplot2_args, decorators = decorators),
304+
305305
),
306306
datanames = teal.transform::get_extract_datanames(data_extract_list)
307307
)

0 commit comments

Comments
 (0)