# Basic node options with default circle type
options <- node_options()
# Rectangle node with custom style
options <- node_options(
type = "rect",
style = node_style_options(
fill = "#E8F7FF",
stroke = "#1783FF",
lineWidth = 2
)
)
Run the code above in your browser using DataLab