vis-timeline
vis-timeline copied to clipboard
stack=false option is ignored if order option is defined
Hi there,
Looks like stack=false
option is ignored if order
option is provided in the Timeline configuration: though stack=false
is defined items are stacked anyway.
Here is jsfiddle that represents this issue: https://jsfiddle.net/re3lex/snu3btz1
Do you know if anybody can solve this problem?
Looks like stack = false
, vis-timeline would auto-sort the item list when the timeline range changes, and can't ignore it.