javdome / timeline-arrows

Class to easily draw lines to connect items in the vis Timeline module. See examples here: https://javdome.github.io/timeline-arrows/index.html
MIT License
42 stars 10 forks source link

Line not connecting when orientation of item is set to top #6

Closed SmileyBalls closed 10 months ago

SmileyBalls commented 10 months ago

In vis-timeline, when I set the options for orientation: { item: "top" }, the lines are not mapping to its dependencies when I stack the items.

Lines are mapping correctly when orientation of item = bottom (default settings)