almende / vis

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

[TimeLine] Can I use both horizontal scroll and vertical scroll? #4161

Closed 46mas closed 5 years ago

46mas commented 6 years ago

Hi, i want to use both horizontal scroll and vertical scroll. I have used zoomKey: 'ctrlKey' and horizontalScroll: true in my options, so how can i add a horizontal scroll. I've tried add verticalScroll: true, but it seems that horizontal scroll: true becomes useless. Is there any way I can use 'shift + scroll' or 'anykey + scroll' to implement vertical scroll?

Thank You.