diff --git a/docs/timeline.html b/docs/timeline.html index 83addbe2..c756e6a5 100644 --- a/docs/timeline.html +++ b/docs/timeline.html @@ -205,7 +205,7 @@ var items = [ end - Date + Date | number | string | Moment no The end date of the item. The end date is optional, and can be left null. If end date is provided, the item is displayed as a range. @@ -232,7 +232,7 @@ var items = [ start - Date + Date | number | string | Moment yes The start date of the item, for example new Date(2010,9,23). @@ -468,7 +468,7 @@ var options = { end - Date | Number | String + Date | Number | String | Moment none The initial end date for the axis of the timeline. If not provided, the latest date present in the items set is taken as @@ -584,7 +584,7 @@ var options = { max - Date | Number | String + Date | Number | String | Moment none Set a maximum Date for the visible range. It will not be possible to move beyond this maximum. @@ -600,7 +600,7 @@ var options = { min - Date | Number | String + Date | Number | String | Moment none Set a minimum Date for the visible range. It will not be possible to move beyond this minimum. @@ -762,7 +762,7 @@ var options = { start - Date | Number | String + Date | Number | String | Moment none The initial start date for the axis of the timeline. If not provided, the earliest date present in the events is taken as start date.