visjs / vis-network

:dizzy: Display dynamic, automatically organised, customizable network views.

Home Page:https://visjs.github.io/vis-network/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why scrollbar not working if network is too large ?

Tripathi-Alok opened this issue · comments

I am using visjs network to plot large networks, so if the network is large then the labels are not visible because the network is being rendered in small space. How can we apply scrollbar on the network ?

@Tripathi-Alok You could make the canvas that renders the network bigger and put it into a container with overflow: both.
The canvas element itself does not support scroll-bars.