# Basic combo options with default circle type
options <- combo_options()
# Rectangle combo with custom style
options <- combo_options(
type = "rect",
style = list(
fill = "#F6F6F6",
stroke = "#CCCCCC",
lineWidth = 1
)
)
Run the code above in your browser using DataLab