This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
Minor change in example 18
css_transitions
jos
10 years ago
parent
d78a823d4e
commit
9e170f5158
1 changed files
with
1 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
examples/timeline/18_range_overflow.html
+ 1
- 3
examples/timeline/18_range_overflow.html
View File
@ -44,9 +44,7 @@
]);
]);
// Configuration for the Timeline
// Configuration for the Timeline
var options = {
editable: true
};
var options = {};
// Create a Timeline
// Create a Timeline
var timeline = new vis.Timeline(container, items, options);
var timeline = new vis.Timeline(container, items, options);
Write
Preview
Loading…
Cancel
Save