I have a network that I\'m building with vis.js, but it is too large width-wise to fit in the pages\' container. The network runs left to right and contains steps about a specif
You can use functions like fit, focus, and moveTo change the zoom level.
fit
focus
moveTo
Example: http://visjs.org/examples/network/other/animationShowcase.html
Docs: http://visjs.org/docs/network/