almende / vis

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

Timeline: get overlapping items on click #4201

Open bart-1990 opened 5 years ago

bart-1990 commented 5 years ago

When you click an item of the timeline that overlaps with other items of the same group, the click event only returns one item (the one on top of the stack). Is there a way to fetch all (overlapping) items that are underneath the click event? I could not find any option in the documentation to change this behaviour.