diff --git a/src/timeline/Timeline.js b/src/timeline/Timeline.js index edcf0411..8ff789ef 100644 --- a/src/timeline/Timeline.js +++ b/src/timeline/Timeline.js @@ -15,7 +15,7 @@ function Timeline (container, items, options) { orientation: 'bottom', direction: 'horizontal', // 'horizontal' or 'vertical' autoResize: true, - stacking: true, + stack: true, editable: { updateTime: false,