diff --git a/examples/timeline/11_points.html b/examples/timeline/11_points.html index 2e64e09c..901459f2 100755 --- a/examples/timeline/11_points.html +++ b/examples/timeline/11_points.html @@ -48,7 +48,8 @@ var options = { // Set global item type. Type can also be specified for items individually // Available types: 'box' (default), 'point', 'range', 'rangeoverflow' - type: 'point' + type: 'point', + showMajorLabels: false }; var timeline = new vis.Timeline(container, items, options); diff --git a/examples/timeline/12_custom_styling.html b/examples/timeline/12_custom_styling.html index 0b184e5e..410bef45 100644 --- a/examples/timeline/12_custom_styling.html +++ b/examples/timeline/12_custom_styling.html @@ -66,7 +66,7 @@