summaryrefslogtreecommitdiff
path: root/www/lib/vis/examples/timeline/items
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/vis/examples/timeline/items')
-rw-r--r--www/lib/vis/examples/timeline/items/backgroundAreas.html2
-rw-r--r--www/lib/vis/examples/timeline/items/backgroundAreasWithGroups.html2
-rw-r--r--www/lib/vis/examples/timeline/items/htmlContents.html2
-rw-r--r--www/lib/vis/examples/timeline/items/itemOrdering.html2
-rwxr-xr-xwww/lib/vis/examples/timeline/items/pointItems.html4
-rw-r--r--www/lib/vis/examples/timeline/items/rangeOverflowItem.html2
6 files changed, 7 insertions, 7 deletions
diff --git a/www/lib/vis/examples/timeline/items/backgroundAreas.html b/www/lib/vis/examples/timeline/items/backgroundAreas.html
index 5f6d547c..3ec18a66 100644
--- a/www/lib/vis/examples/timeline/items/backgroundAreas.html
+++ b/www/lib/vis/examples/timeline/items/backgroundAreas.html
@@ -15,7 +15,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>
<body>
diff --git a/www/lib/vis/examples/timeline/items/backgroundAreasWithGroups.html b/www/lib/vis/examples/timeline/items/backgroundAreasWithGroups.html
index 409f3e54..f8a78608 100644
--- a/www/lib/vis/examples/timeline/items/backgroundAreasWithGroups.html
+++ b/www/lib/vis/examples/timeline/items/backgroundAreasWithGroups.html
@@ -11,7 +11,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>
<body>
diff --git a/www/lib/vis/examples/timeline/items/htmlContents.html b/www/lib/vis/examples/timeline/items/htmlContents.html
index 6a818c30..d790133a 100644
--- a/www/lib/vis/examples/timeline/items/htmlContents.html
+++ b/www/lib/vis/examples/timeline/items/htmlContents.html
@@ -17,7 +17,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/items/itemOrdering.html b/www/lib/vis/examples/timeline/items/itemOrdering.html
index e8cafdc9..323c9501 100644
--- a/www/lib/vis/examples/timeline/items/itemOrdering.html
+++ b/www/lib/vis/examples/timeline/items/itemOrdering.html
@@ -13,7 +13,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/items/pointItems.html b/www/lib/vis/examples/timeline/items/pointItems.html
index 67082cc0..68201801 100755
--- a/www/lib/vis/examples/timeline/items/pointItems.html
+++ b/www/lib/vis/examples/timeline/items/pointItems.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>
<body>
@@ -49,7 +49,7 @@
var options = {
// Set global item type. Type can also be specified for items individually
- // Available types: 'box' (default), 'point', 'range', 'rangeoverflow'
+ // Available types: 'box' (default), 'point', 'range'
type: 'point',
showMajorLabels: false
};
diff --git a/www/lib/vis/examples/timeline/items/rangeOverflowItem.html b/www/lib/vis/examples/timeline/items/rangeOverflowItem.html
index 12582a69..fbea2f37 100644
--- a/www/lib/vis/examples/timeline/items/rangeOverflowItem.html
+++ b/www/lib/vis/examples/timeline/items/rangeOverflowItem.html
@@ -4,7 +4,7 @@
<title>Timeline | Range overflow</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 {