Graphin
Graphin is an open-source graph visualization library for building interactive network visualizations in web applications. It is part of the AntV visualization suite and is designed to simplify the creation of graphs by providing higher-level APIs that wrap around the low-level rendering engine G6.
The library emphasizes React integration, offering components and patterns to render nodes and edges, bind data,
In typical use, developers supply a graph data model consisting of nodes and edges, configure a layout
Graphin is maintained by the AntV project and has an ecosystem of plugins and examples to help
---