summaryrefslogtreecommitdiff
path: root/www/lib/vis/examples/timeline/styling
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/vis/examples/timeline/styling')
-rw-r--r--www/lib/vis/examples/timeline/styling/axisOrientation.html2
-rw-r--r--www/lib/vis/examples/timeline/styling/customCss.html2
-rw-r--r--www/lib/vis/examples/timeline/styling/gridStyling.html2
-rwxr-xr-xwww/lib/vis/examples/timeline/styling/itemClassNames.html4
-rw-r--r--www/lib/vis/examples/timeline/styling/itemTemplates.html4
5 files changed, 7 insertions, 7 deletions
diff --git a/www/lib/vis/examples/timeline/styling/axisOrientation.html b/www/lib/vis/examples/timeline/styling/axisOrientation.html
index cfabe312..b3978f17 100644
--- a/www/lib/vis/examples/timeline/styling/axisOrientation.html
+++ b/www/lib/vis/examples/timeline/styling/axisOrientation.html
@@ -10,7 +10,7 @@
</style>
<script src="../../../dist/vis.js"></script>
- <link href="../../../dist/vis.css" rel="stylesheet" type="text/css" />
+ <link href="../../../dist/vis-timeline-graph2d.min.css" rel="stylesheet" type="text/css" />
<script src="../../googleAnalytics.js"></script>
</head>
diff --git a/www/lib/vis/examples/timeline/styling/customCss.html b/www/lib/vis/examples/timeline/styling/customCss.html
index 906d44a6..ed700a1d 100644
--- a/www/lib/vis/examples/timeline/styling/customCss.html
+++ b/www/lib/vis/examples/timeline/styling/customCss.html
@@ -4,7 +4,7 @@
<title>Timeline | Custom styling</title>
<script src="../../../dist/vis.js"></script>
- <link href="../../../dist/vis.css" rel="stylesheet" type="text/css" />
+ <link href="../../../dist/vis-timeline-graph2d.min.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body {
diff --git a/www/lib/vis/examples/timeline/styling/gridStyling.html b/www/lib/vis/examples/timeline/styling/gridStyling.html
index aaa39c45..9fec28b2 100644
--- a/www/lib/vis/examples/timeline/styling/gridStyling.html
+++ b/www/lib/vis/examples/timeline/styling/gridStyling.html
@@ -4,7 +4,7 @@
<title>Timeline | Grid styling</title>
<script src="../../../dist/vis.js"></script>
- <link href="../../../dist/vis.css" rel="stylesheet" type="text/css" />
+ <link href="../../../dist/vis-timeline-graph2d.min.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body, html {
diff --git a/www/lib/vis/examples/timeline/styling/itemClassNames.html b/www/lib/vis/examples/timeline/styling/itemClassNames.html
index 38b2735d..62433484 100755
--- a/www/lib/vis/examples/timeline/styling/itemClassNames.html
+++ b/www/lib/vis/examples/timeline/styling/itemClassNames.html
@@ -3,14 +3,14 @@
<title>Timeline | Item class names</title>
<script src="../../../dist/vis.js"></script>
- <link href="../../../dist/vis.css" rel="stylesheet" type="text/css" />
+ <link href="../../../dist/vis-timeline-graph2d.min.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body, input {
font: 12pt verdana;
}
- /* custom styles for individual items, load this after vis.css */
+ /* custom styles for individual items, load this after vis.css/vis-timeline-graph2d.min.css */
.vis-item.green {
background-color: greenyellow;
diff --git a/www/lib/vis/examples/timeline/styling/itemTemplates.html b/www/lib/vis/examples/timeline/styling/itemTemplates.html
index a8772afa..13e43c46 100644
--- a/www/lib/vis/examples/timeline/styling/itemTemplates.html
+++ b/www/lib/vis/examples/timeline/styling/itemTemplates.html
@@ -4,7 +4,7 @@
<title>Timeline | Templates</title>
<!-- load handlebars for templating, and create a template -->
- <script src="http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/2.0.0-alpha.4/handlebars.min.js"></script>
+ <script src="http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.5/handlebars.min.js"></script>
<script id="item-template" type="text/x-handlebars-template">
<table class="score">
<tr>
@@ -24,7 +24,7 @@
</script>
<script src="../../../dist/vis.js"></script>
- <link href="../../../dist/vis.css" rel="stylesheet" type="text/css" />
+ <link href="../../../dist/vis-timeline-graph2d.min.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body, html {