It is not only a fully functional graph visualization library, but also an explorer of data relationships.
!!!###!!!title=Background——VisActor/VGraph tutorial documents!!!###!!!!!!###!!!description=In graph editing scenarios, a grid background is usually needed for auxiliary editing. The Background component has two built-in background styles: 'dot' and 'grid'.The following is an example of how to use the Background component. You can also experience it in the demo.```javascriptimport { Graph, Background } from "@visactor/vgraph";const background = new Background(graph, { type: 'dot' });```!!!###!!!
Background
In graph editing scenarios, a grid background is usually needed for auxiliary editing. The Background component has two built-in background styles: 'dot' and 'grid'.
The following is an example of how to use the Background component. You can also experience it in the demo.