summaryrefslogtreecommitdiff
path: root/www/lib/vis/examples/timeline/items/pointItems.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-11-07 15:43:13 -0500
committerPliable Pixels <pliablepixels@gmail.com>2016-11-07 15:43:13 -0500
commit77faead4e948f901fa6ca9951f085bbe045bae68 (patch)
tree3f059e5e76ec5c037c7b2c76e53895a8a337fa3e /www/lib/vis/examples/timeline/items/pointItems.html
parent5b80d3916cd91d630a0142f76a87b4863b714203 (diff)
Updated vis library to 4.17 and also linked to only graph2d-timeline CSS and JS
Diffstat (limited to 'www/lib/vis/examples/timeline/items/pointItems.html')
-rwxr-xr-xwww/lib/vis/examples/timeline/items/pointItems.html4
1 files changed, 2 insertions, 2 deletions
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
};