leaftime (version 0.2.0)

styleOptions: Timeline Style Options Helper

Description

Timeline Style Options Helper

Usage

styleOptions(
  radius = 3,
  color = NULL,
  stroke = TRUE,
  fill = TRUE,
  fillColor = NULL,
  fillOpacity = NULL
)

Arguments

radius

number to specify radius of drawn circle.

color, stroke, fillColor

valid CSS color the circle. fill and/or stroke will override color.

fill

logical to determine if drawn will be filled with color.

fillOpacity

number between 0 and 1 to set opacity of the drawn circle.

Value

list with options to style the timeline

See Also

addTimeline