A list of options for addTimeslider
.
timesliderOptions(
position = c("topright", "bottomleft", "bottomright", "topleft"),
timeAttribute = "time",
isEpoch = FALSE,
startTimeIdx = 0,
timeStrLength = 19,
maxValue = -1,
minValue = 0,
showAllOnStart = FALSE,
range = FALSE,
follow = FALSE,
alwaysShowDate = FALSE,
rezoom = NULL
)
position of control: "topleft", "topright", "bottomleft", or
"bottomright". Default is topright
.
The column name of the time property.
Default is "time"
whether the time attribute is seconds elapsed from epoch.
Default is FALSE
where to start looking for a timestring
Default is 0
the size of yyyy-mm-dd hh:mm:ss - if milliseconds are present this will be larger
Default is 19
Set the maximum value of the slider. Default is -1
Set the minimum value of the slider. Default is 0
Specify whether all markers should be initially visible.
Default is FALSE
To use a range-slider, set to TRUE.
Default is FALSE
Default is FALSE
To display only the markers at the specific timestamp specified
by the slider. Specify a value of 1 (or true) to display only a single data
point at a time, and a value of null (or false) to display the current marker
and all previous markers. The range property overrides the follow property.
Default is FALSE
Should the Date always be visible. Default is FALSE
Use the rezoom property to ensure the markers being displayed
remain in view. Default is NULL
A list of options for addTimeslider
Other Timeslider Functions:
addTimeslider()
,
removeTimeslider()