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
Correct type for stack option, docs and code use stack, but Timeline.js
used stacking for the default, making it not stack by default.
css_transitions
Eric Gillingham
10 years ago
parent
dfe8e3bccf
commit
111ed6afc5
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