It is not only a fully functional graph visualization library, but also an explorer of data relationships.
!!!###!!!title=Scroller——VisActor/VGraph tutorial documents!!!###!!!!!!###!!!description=The Scroller is a scrollbar component in vGraph used for scrolling, panning, and zooming the canvas. When this component is enabled, do not add `panZoom` and `dragCanvas` interactions simultaneously; related capabilities can be configured uniformly within the component.Here is an example of how to use the Scroller component. You can also try it out in the demo.```javascriptimport { Graph, Scroller} from "@visactor/vgraph";const scroller = new Scroller(graph, scrollerOptions );```!!!###!!!
Scroller
The Scroller is a scrollbar component in vGraph used for scrolling, panning, and zooming the canvas. When this component is enabled, do not add panZoom and dragCanvas interactions simultaneously; related capabilities can be configured uniformly within the component.
Here is an example of how to use the Scroller component. You can also try it out in the demo.