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
Fixed example 01_basic.html
css_transitions
jos
10 years ago
parent
4873c8aba4
commit
87402c5cc3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/timeline/01_basic.html
+ 1
- 1
examples/timeline/01_basic.html
View File
@ -33,7 +33,7 @@
var options = {};
// Create a Timeline
var timeline = new vis.Timeline(container,
new vis.DataView(
items
)
, options);
var timeline = new vis.Timeline(container, items, options);
<
/
script
>
<
/
body
>
<
/
html
>
Write
Preview
Loading…
Cancel
Save