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
Post a Comment