From dfd70d0ffbe8fd66dfc486b99c17e2fa474e362f Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:54:54 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../vis/examples/timeline/groups/groups.html | 74 +++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 js/dos/ext/vis/examples/timeline/groups/groups.html diff --git a/js/dos/ext/vis/examples/timeline/groups/groups.html b/js/dos/ext/vis/examples/timeline/groups/groups.html new file mode 100644 index 0000000..1fe6938 --- /dev/null +++ b/js/dos/ext/vis/examples/timeline/groups/groups.html @@ -0,0 +1,74 @@ + + + + Timeline | Group example + + + + + + + + + + + +

+ 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. +

+
+ + + + \ No newline at end of file