Overview of Graphin and GISDK
v3Graphin (Graph Insight) is a lightweight React toolkit for graph analysis built on top of G6. It provides two distinct ways to work with graph visualizations depending on your integration needs:
- Graphin: A canvas component designed for graph visualization scenarios. It is best used when you need a flexible React component to embed graph canvases into your application.
- GISDK (@antv/gi-sdk): A higher-level module designed for complete graph visualization analysis. It allows you to render full analysis modules through configuration and assets, making it suitable for complex graph analysis scenarios.
The technical foundation of both is a combination of G6 and React.