styleOptions: Timeline Style Options Helper

Description Usage Arguments Value See Also

View source: R/options.R

Description

Timeline Style Options Helper

Usage

1
2
3
4
5
6
7
8
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


leaftime documentation built on Jan. 26, 2020, 5:06 p.m.