# Basic configuration
config <- lasso_select()
# Custom configuration
config <- lasso_select(
key = "my-lasso-select",
animation = TRUE,
enableElements = c("node", "combo"),
mode = "union",
state = "highlight",
trigger = c("control"),
style = list(
stroke = "#1890FF",
lineWidth = 2,
fillOpacity = 0.1
)
)
Run the code above in your browser using DataLab