diff --git a/docs/timeline.html b/docs/timeline.html index 292542c8..70243349 100644 --- a/docs/timeline.html +++ b/docs/timeline.html @@ -195,8 +195,8 @@ var items = [ type String 'box' - The type of the item. Can be 'box' (default), 'range', or 'point'. - + The type of the item. Can be 'box' (default), 'point', 'range', or 'rangeoverflow'. + Types 'box' and 'point' need a start date, and types 'range' and 'rangeoverflow' need both a start and end date. Types 'range' and rangeoverflow are equal, except that overflowing text in 'range' is hidden, while visible in 'rangeoverflow'. @@ -546,8 +546,7 @@ var options = { type String 'box' - Specifies the type for the timeline items. Choose from 'dot' or 'point'. - Note that individual items can override this global type. + Specifies the type for the timeline items. Choose from 'box', 'point', 'range', and 'rangeoverflow'. Note that individual items can override this global type.