Manage timeline time range with defaultTime and visibleTime props
mainThe timeline requires a time range to function. You must provide one of the following sets of props:
defaultTimeStartanddefaultTimeEnd: Specifies the initial time range. Accepts aDateordayjsobject.visibleTimeStartandvisibleTimeEnd: Specifies the exact viewport. These must be Unix timestamps in milliseconds. When using these, you must orchestrate scrolling via theonTimeChangefunction.
Note: If you use visibleTimeStart/End, the timeline will not automatically scroll; you must manage the state of the viewport yourself.