From 05e761abca3ff42dbba371af0560b82707dfe7c0 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 28 Oct 2016 13:31:36 -0700 Subject: updated vis --- 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 +++++ 4 files changed, 534 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 (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..1fe6938e --- /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..25ac3a57 --- /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..8b9d03e2 --- /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..770a88d8 --- /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 -- cgit v1.2.3