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
Merge pull request
#106
from Gillingham/develop
Fix typo in Timeline.js for stack option
css_transitions
Jos de Jong
10 years ago
parent
284013c3e3
111ed6afc5
commit
5c00aec51f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/timeline/Timeline.js
+ 1
- 1
src/timeline/Timeline.js
View File
@ -15,7 +15,7 @@ function Timeline (container, items, options) {
orientation
:
'bottom'
,
direction
:
'horizontal'
,
// 'horizontal' or 'vertical'
autoResize
:
true
,
stack
ing
:
true
,
stack
:
true
,
editable
:
{
updateTime
:
false
,
Write
Preview
Loading…
Cancel
Save