From 05e761abca3ff42dbba371af0560b82707dfe7c0 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 28 Oct 2016 13:31:36 -0700 Subject: updated vis --- .../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 insertions(+) create mode 100644 www/lib/vis/examples/timeline/styling/axisOrientation.html create mode 100644 www/lib/vis/examples/timeline/styling/customCss.html create mode 100644 www/lib/vis/examples/timeline/styling/gridStyling.html create mode 100755 www/lib/vis/examples/timeline/styling/itemClassNames.html create 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 new file mode 100644 index 00000000..cfabe312 --- /dev/null +++ b/www/lib/vis/examples/timeline/styling/axisOrientation.html @@ -0,0 +1,76 @@ + + + + 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 new file mode 100644 index 00000000..906d44a6 --- /dev/null +++ b/www/lib/vis/examples/timeline/styling/customCss.html @@ -0,0 +1,100 @@ + + + + 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 new file mode 100644 index 00000000..aaa39c45 --- /dev/null +++ b/www/lib/vis/examples/timeline/styling/gridStyling.html @@ -0,0 +1,54 @@ + + + + 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 new file mode 100755 index 00000000..38b2735d --- /dev/null +++ b/www/lib/vis/examples/timeline/styling/itemClassNames.html @@ -0,0 +1,117 @@ + + + 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 new file mode 100644 index 00000000..a8772afa --- /dev/null +++ b/www/lib/vis/examples/timeline/styling/itemTemplates.html @@ -0,0 +1,251 @@ + + + + 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