From b28028ac4082842143b0f528d6bc539da6ccb419 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 21 Sep 2017 12:49:18 -0400 Subject: mega changes, including updates and X --- www/lib/vis/examples/timeline/groups/groups.html | 74 +++++ .../examples/timeline/groups/groupsEditable.html | 316 +++++++++++++++++++++ .../examples/timeline/groups/groupsOrdering.html | 68 +++++ .../vis/examples/timeline/groups/subgroups.html | 76 +++++ .../timeline/groups/verticalItemsHide.html | 126 ++++++++ 5 files changed, 660 insertions(+) create mode 100644 www/lib/vis/examples/timeline/groups/groups.html create mode 100644 www/lib/vis/examples/timeline/groups/groupsEditable.html create mode 100644 www/lib/vis/examples/timeline/groups/groupsOrdering.html create mode 100644 www/lib/vis/examples/timeline/groups/subgroups.html create mode 100644 www/lib/vis/examples/timeline/groups/verticalItemsHide.html (limited to 'www/lib/vis/examples/timeline/groups') diff --git a/www/lib/vis/examples/timeline/groups/groups.html b/www/lib/vis/examples/timeline/groups/groups.html new file mode 100644 index 00000000..56bad599 --- /dev/null +++ b/www/lib/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 diff --git a/www/lib/vis/examples/timeline/groups/groupsEditable.html b/www/lib/vis/examples/timeline/groups/groupsEditable.html new file mode 100644 index 00000000..a7d275fa --- /dev/null +++ b/www/lib/vis/examples/timeline/groups/groupsEditable.html @@ -0,0 +1,316 @@ + + + + Timeline | Editable Groups + + + + + + + + +

+ This example demonstrates editable groups (for now only reordering). +

+
+ + + + \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/groups/groupsOrdering.html b/www/lib/vis/examples/timeline/groups/groupsOrdering.html new file mode 100644 index 00000000..b4da7755 --- /dev/null +++ b/www/lib/vis/examples/timeline/groups/groupsOrdering.html @@ -0,0 +1,68 @@ + + + + Timeline | Groups ordering + + + + + + + + +

+ This example demonstrates custom ordering of groups. +

+
+ + + + \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/groups/subgroups.html b/www/lib/vis/examples/timeline/groups/subgroups.html new file mode 100644 index 00000000..0056705d --- /dev/null +++ b/www/lib/vis/examples/timeline/groups/subgroups.html @@ -0,0 +1,76 @@ + + + + Timeline | Background areas + + + + + + + + + +

This example shows the workings of the subgroups. Subgroups do not use stacking, and only work when stacking is disabled.

+ +
+ + + + \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/groups/verticalItemsHide.html b/www/lib/vis/examples/timeline/groups/verticalItemsHide.html new file mode 100644 index 00000000..1f38fffe --- /dev/null +++ b/www/lib/vis/examples/timeline/groups/verticalItemsHide.html @@ -0,0 +1,126 @@ + + + Timeline | A lot of grouped data + + + + + + + + + + +

Timeline vertical visibility

+ + + +
+

visible items:

+

+
+ +
+
+ + + + + -- cgit v1.2.3