Wrapper for adjusting axis lims and hiding traces
handle_restyle_traces(
source_id,
session,
dframe,
scaling = 0.05,
xvar,
yvar,
trace_map,
max_id_group_trace,
input_sel_rows,
flush = TRUE
)
character, plotly source id
session object
data frame/tibble (grouped/ungrouped)
numeric, 1 +/- scaling applied to x lims for xvar and yvar
character, name of xvar, must be in dframe
character, name of yvar, must be in dframe
matrix, with columns for trace name (col 1) and trace id (col 2)
numeric, max id of plotly trace from original data (not outlier traces)
numeric, input from DT grouptable
character, plotlyProxy
settings
Used for it's side effect - no return