Skip to content

Commit bf0af48

Browse files
authored
Apply suggestions from code review
Signed-off-by: Marcin <[email protected]>
1 parent f28d40d commit bf0af48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/tm_outliers.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,15 +1089,15 @@ srv_outliers <- function(id, data, reporter, filter_panel_api, outlier_var,
10891089

10901090
boxplot_r <- reactive({
10911091
teal::validate_inputs(iv_r())
1092-
decorated_boxplot_q()[["g"]]
1092+
decorated_boxplot_q()[["plot"]]
10931093
})
10941094
density_plot_r <- reactive({
10951095
teal::validate_inputs(iv_r())
1096-
decorated_density_plot_q()[["g"]]
1096+
decorated_density_plot_q()[["plot"]]
10971097
})
10981098
cumulative_plot_r <- reactive({
10991099
teal::validate_inputs(iv_r())
1100-
decorated_cumulative_plot_q()[["g"]]
1100+
decorated_cumulative_plot_q()[["plot"]]
11011101
})
11021102

11031103
box_pws <- teal.widgets::plot_with_settings_srv(

0 commit comments

Comments
 (0)