almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs
7.86k stars 1.48k forks source link

[timeline] 2 successive items should not be stacked #4214

Closed cvinh closed 5 years ago

cvinh commented 5 years ago

In graph2D, we have 2 successive items (ie. date_end of the 1st one = date_start of the 2nd one) Actual behaviour :

Note :

mpf82 commented 5 years ago

Have you tried to fiddle with options.margin.item.horizontal? You could set it to 0 or -1 (default is 10).

cvinh commented 5 years ago

@mpf82 Thank you it did the trick