Closed Flangvik closed 4 years ago
Currently have the following 4 lines
<li data-timeline-node="{ start:'2018-8-30 03:04', end:'2018-8-31 03:04',content:'adada21123' }"></li> <li data-timeline-node="{ start:'2018-8-30 03:04', end:'2018-9-2 03:04',content:'adadad' }"></li> <li data-timeline-node="{ start:'2018-8-30 06:04', end:'2018-8-31 03:04',content:'ddd' }">Event Label</li> <li data-timeline-node="{ start:'2018-8-30 03:04', end:'2018-9-2 03:04',content:'ddd' }">Something is happening</li>
They are all overlapping the same area, any value i need to set to indicate i want them too stack?
Running inside an ASP.net MVC app. Thanks!
Currently have the following 4 lines
They are all overlapping the same area, any value i need to set to indicate i want them too stack?
Running inside an ASP.net MVC app. Thanks!