This repository was archived by the owner on Jul 29, 2019. It is now read-only.
This repository was archived by the owner on Jul 29, 2019. It is now read-only.
Closed
Description
With the vis Timeline add a title to multiple items.
{ id: 1, content: 'item 1', group: 'test1', start: '2017-02-28T00:00:00+01:00', end: '2017-03-01T00:00:00+01:00', title: 'test 1' }, { id: 2, content: 'item 2', group: 'test1', start: '2017-03-01T00:00:00+01:00', end: '2017-03-05T04:30:00+01:00', title: 'test 2' },
Set options
horizontalScroll: true, zoomKey: 'ctrlKey', verticalScroll: true
When you hover over an item the tooltip appears, than scroll without moving your mouse until you reach an other item. A new tooltip appears and the other one doesn't hide.
It looks like the scroll event doesn't check the mouse over state.
But not sure how that part works.
Metadata
Metadata
Assignees
Labels
No labels