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 --- .../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..b3978f17 --- /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..ed700a1d --- /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..9fec28b2 --- /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..62433484 --- /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..13e43c46 --- /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