From 5bc5d51f0864e355e9402531270d1fbc21738303 Mon Sep 17 00:00:00 2001 From: jos Date: Fri, 2 May 2014 15:16:20 +0200 Subject: [PATCH] Some minor fixes in two examples --- examples/timeline/11_points.html | 3 ++- examples/timeline/12_custom_styling.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 @@