javascript - Workaround for vertical scrolling in Vis.js -


after implementing timeline vis.js found out cannot handle situation when there many groups fit canvas. currently doesn't provide vertical scrollbar , couldn't make scrollable dragging.

is there known temporary workaround it? manual manipulation basing on events perhaps? aside vis.js works great , shame if had rewrite other timeline library because of 1 thing.

you can add css:

.vis-timeline {     overflow-y: scroll; } 

Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -