Skip to content

Commit e09b72a

Browse files
committed
chore: rename ui/srv_teal_transform_data to ui/srv_transform_teal_data
1 parent 5247177 commit e09b72a

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

R/tm_g_scatterplot.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ ui_g_scatterplot <- function(id, ...) {
430430
is_single_dataset = is_single_dataset_value
431431
)
432432
},
433-
ui_teal_transform_data(ns("decorator"), transformators = args$decorators),
433+
ui_transform_teal_data(ns("decorator"), transformators = args$decorators),
434434
teal.widgets::panel_group(
435435
teal.widgets::panel_item(
436436
title = "Plot settings",
@@ -1005,7 +1005,7 @@ srv_g_scatterplot <- function(id,
10051005
teal.code::eval_code(plot_q, plot_call)
10061006
})
10071007

1008-
decorated_output_q <- srv_teal_transform_data(id = "decorator", data = output_q, transformators = decorators)
1008+
decorated_output_q <- srv_transform_teal_data(id = "decorator", data = output_q, transformators = decorators)
10091009
decorated_output_plot_q <- reactive(within(decorated_output_q(), print(plot)))
10101010
plot_r <- reactive({
10111011
req(output_q()) # Ensure original errors are displayed

man/tm_g_scatterplot.Rd

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)