Search code examples
javascriptvis.jsvis.js-timeline

Making elements overlap vis js timeline


I am trying to overlap elements on top of each other. Like the example showing below: Point 5 and 6 inside item 4. Is there any option which I can pass to vis js timeline which will allow this to happen? Even if all elements overlap it is fine for me. I did try with styles/CSS but when moving timeline it messes up data representation. Any pointer will be appreciated.OverlapElements


Solution

  • You can use the stack: false option to remove item stacking like in this example.