From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- .../examples/timeline/styling/axisOrientation.html | 76 ------- .../vis/examples/timeline/styling/customCss.html | 100 -------- .../vis/examples/timeline/styling/gridStyling.html | 54 ----- .../examples/timeline/styling/itemClassNames.html | 117 ---------- .../examples/timeline/styling/itemTemplates.html | 251 --------------------- 5 files changed, 598 deletions(-) delete mode 100644 www/lib/vis/examples/timeline/styling/axisOrientation.html delete mode 100644 www/lib/vis/examples/timeline/styling/customCss.html delete mode 100644 www/lib/vis/examples/timeline/styling/gridStyling.html delete mode 100755 www/lib/vis/examples/timeline/styling/itemClassNames.html delete mode 100644 www/lib/vis/examples/timeline/styling/itemTemplates.html (limited to 'www/lib/vis/examples/timeline/styling') diff --git a/www/lib/vis/examples/timeline/styling/axisOrientation.html b/www/lib/vis/examples/timeline/styling/axisOrientation.html deleted file mode 100644 index b3978f17..00000000 --- a/www/lib/vis/examples/timeline/styling/axisOrientation.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - Timeline | Orientation - - - - - - - - - - -

- There are a number of orientation options for the time axis and the items. -

- -

- - -

- -

- - -

- -
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/styling/customCss.html b/www/lib/vis/examples/timeline/styling/customCss.html deleted file mode 100644 index ed700a1d..00000000 --- a/www/lib/vis/examples/timeline/styling/customCss.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - Timeline | Custom styling - - - - - - - - - - -

- The style of the Timeline can be fully customized via CSS: -

-
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/styling/gridStyling.html b/www/lib/vis/examples/timeline/styling/gridStyling.html deleted file mode 100644 index 9fec28b2..00000000 --- a/www/lib/vis/examples/timeline/styling/gridStyling.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - Timeline | Grid styling - - - - - - - - -
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/styling/itemClassNames.html b/www/lib/vis/examples/timeline/styling/itemClassNames.html deleted file mode 100755 index 62433484..00000000 --- a/www/lib/vis/examples/timeline/styling/itemClassNames.html +++ /dev/null @@ -1,117 +0,0 @@ - - - Timeline | Item class names - - - - - - - - - -

This page demonstrates the Timeline with custom css classes for individual items.

- -
- - - - diff --git a/www/lib/vis/examples/timeline/styling/itemTemplates.html b/www/lib/vis/examples/timeline/styling/itemTemplates.html deleted file mode 100644 index 13e43c46..00000000 --- a/www/lib/vis/examples/timeline/styling/itemTemplates.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - Timeline | Templates - - - - - - - - - - - - - -

WK 2014

-

- This example demonstrates using templates to format item contents. In this case handlebars is used as template engine, but you can just use your favorite template engine or manually craft HTML from the data of an item. -

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