From e6d291180e58f7a4fb144ad63d232c6c3dcc9cbc Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:53:45 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../timeline/other/hidingPeriods.html | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 js/dos/ext/vis/examples/timeline/other/hidingPeriods.html diff --git a/js/dos/ext/vis/examples/timeline/other/hidingPeriods.html b/js/dos/ext/vis/examples/timeline/other/hidingPeriods.html new file mode 100644 index 0000000..9b2f359 --- /dev/null +++ b/js/dos/ext/vis/examples/timeline/other/hidingPeriods.html @@ -0,0 +1,53 @@ + + + + Timeline | Hiding periods + + + + + + + + +

+ It's possible to hide (recurring) periods from the Timeline. The following example hides weekends and nights. +

+
+ + + \ No newline at end of file