From b542d43d12972607546a7127ca006a5100ea7431 Mon Sep 17 00:00:00 2001 From: josdejong Date: Tue, 18 Jun 2013 10:16:09 +0200 Subject: [PATCH] Improved hiding non visible items in Timeline --- examples/timeline/05_groups.html | 10 +++++++--- src/timeline/component/item/ItemBox.js | 5 +++-- src/timeline/component/item/ItemPoint.js | 5 +++-- vis.js | 12 +++++++----- vis.min.js | 6 +++--- 5 files changed, 23 insertions(+), 15 deletions(-) diff --git a/examples/timeline/05_groups.html b/examples/timeline/05_groups.html index 42ae2d1c..ef82e318 100644 --- a/examples/timeline/05_groups.html +++ b/examples/timeline/05_groups.html @@ -19,6 +19,11 @@ +

+ This example demonstrate using groups. Note that a DataSet is used for both + items and groups, allowing to dynamically add, update or remove both items + and groups via the DataSet. +