From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- .../timeline/interaction/animateWindow.html | 96 ---------------------- .../examples/timeline/interaction/clickToUse.html | 73 ---------------- .../timeline/interaction/eventListeners.html | 79 ------------------ .../timeline/interaction/limitMoveAndZoom.html | 53 ------------ .../timeline/interaction/navigationMenu.html | 80 ------------------ .../timeline/interaction/setSelection.html | 66 --------------- 6 files changed, 447 deletions(-) delete mode 100644 www/lib/vis/examples/timeline/interaction/animateWindow.html delete mode 100644 www/lib/vis/examples/timeline/interaction/clickToUse.html delete mode 100644 www/lib/vis/examples/timeline/interaction/eventListeners.html delete mode 100644 www/lib/vis/examples/timeline/interaction/limitMoveAndZoom.html delete mode 100755 www/lib/vis/examples/timeline/interaction/navigationMenu.html delete mode 100644 www/lib/vis/examples/timeline/interaction/setSelection.html (limited to 'www/lib/vis/examples/timeline/interaction') diff --git a/www/lib/vis/examples/timeline/interaction/animateWindow.html b/www/lib/vis/examples/timeline/interaction/animateWindow.html deleted file mode 100644 index 40a416f1..00000000 --- a/www/lib/vis/examples/timeline/interaction/animateWindow.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - Timeline | Animate window - - - - - - - - - -

This example demonstrates functions to programmatically adjust the visible window of the Timeline.

- -

-
-
-
-
-
-
-
-
-

- -
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/interaction/clickToUse.html b/www/lib/vis/examples/timeline/interaction/clickToUse.html deleted file mode 100644 index d00f4428..00000000 --- a/www/lib/vis/examples/timeline/interaction/clickToUse.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - Timeline | Click to use - - - - - - - - -
-

Timeline click to use

-

- This example demonstrates how to use the clickToUse option: before you can scroll and drag in the timeline, you first have to click in the timeline to activate. -

-
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/interaction/eventListeners.html b/www/lib/vis/examples/timeline/interaction/eventListeners.html deleted file mode 100644 index f3a9bcc5..00000000 --- a/www/lib/vis/examples/timeline/interaction/eventListeners.html +++ /dev/null @@ -1,79 +0,0 @@ - - - - Timeline | Event listeners - - - - - - - - -

- This example listens for events select, rangechange, and rangechanged of the Timeline, and listens for changes in the DataSet (add, update, or remove items). -

-
-

-
-
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/interaction/limitMoveAndZoom.html b/www/lib/vis/examples/timeline/interaction/limitMoveAndZoom.html deleted file mode 100644 index 4eadd36a..00000000 --- a/www/lib/vis/examples/timeline/interaction/limitMoveAndZoom.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - Timeline | Limit move and zoom - - - - - - - - -

- The visible range is limited in this demo: -

- -
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/interaction/navigationMenu.html b/www/lib/vis/examples/timeline/interaction/navigationMenu.html deleted file mode 100755 index cb7c19ad..00000000 --- a/www/lib/vis/examples/timeline/interaction/navigationMenu.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - Timeline | navigation menu - - - - - - - - - -

- Create your own navigation menu by creating an overlay with buttons to zoom and move. -

- -
- -
- - - - diff --git a/www/lib/vis/examples/timeline/interaction/setSelection.html b/www/lib/vis/examples/timeline/interaction/setSelection.html deleted file mode 100644 index f6a038ce..00000000 --- a/www/lib/vis/examples/timeline/interaction/setSelection.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - Timeline | Select items - - - - - - - - -

Set selection

-

- Enter one or multiple ids of items, then press select to select the items. This demo uses the function Timeline.setSelection(ids). Optionally, the window can be moved to the selected items. -

- -

- Select item(s):
- -

-
- - - - \ No newline at end of file -- cgit v1.2.3