Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antvis/Graphin
đ A React toolkit for graph visualization based on G6.
https://github.com/antvis/Graphin
g6 graph-analysis graph-visualization knowledge-graph react react-components visualization
Last synced: 28 days ago
JSON representation
đ A React toolkit for graph visualization based on G6.
- Host: GitHub
- URL: https://github.com/antvis/Graphin
- Owner: antvis
- License: mit
- Created: 2019-11-06T13:15:50.000Z (about 5 years ago)
- Default Branch: v3
- Last Pushed: 2024-08-13T06:25:27.000Z (4 months ago)
- Last Synced: 2024-10-29T21:05:30.782Z (about 1 month ago)
- Topics: g6, graph-analysis, graph-visualization, knowledge-graph, react, react-components, visualization
- Language: TypeScript
- Homepage: https://github.com/antvis/graphin
- Size: 91.9 MB
- Stars: 1,021
- Watchers: 37
- Forks: 266
- Open Issues: 68
-
Metadata Files:
- Readme: README.en-US.md
- Contributing: CONTRIBUTING.en-US.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-list - Graphin
- awesome-starred - antvis/Graphin - A React toolkit for graph visualization based on G6 (react)
README
English | [įŽäŊä¸æ](./README.md)
Graphin
A lightweight React toolkit for graph analysis based on [G6](https://github.com/antvis/G6).
[![Version](https://img.shields.io/npm/v/@antv/graphin)](https://www.npmjs.com/@antv/graphin)
[![NPM downloads](http://img.shields.io/npm/dm/@antv/graphin.svg)](http://npmjs.com/@antv/graphin)
![Latest commit](https://badgen.net/github/last-commit/antvis/graphin)Graphin, short for Graph Insight, is a React component library built on top of G6. It is designed to be simple, efficient, and ready to use out of the box.
The technical foundation of Graphin consists of G6 and React, providing both Graphin and GISDK based on the depth of integration into the project.
- [Graphin](https://github.com/antvis/Graphin/tree/v3/packages/graphin) can be viewed as a canvas component suitable for graph visualization scenarios.
- [GISDK](https://github.com/antvis/Graphin/tree/v3/packages/gi-sdk) can render a complete graph visualization analysis module through configuration and assets, making it suitable for graph analysis scenarios.The diagram below illustrates the relationship between Graphin and GISDK:
![Architecture](https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*uQpMTqLbdX4AAAAAAAAAAAAADmJ7AQ/original)
## đŽ Contributing
- **Issue Reporting**: If you encounter any issues with `graphin` during use, please feel free to submit an issue, along with the minimal sample code that can reproduce the problem.
- **Contribution Guide**: Information on how to get involved in the [development and contribution](./CONTRIBUTING.en-US.md) to `graphin`.
- **Ideas Discussion**: Discuss your ideas on GitHub Discussions or in the DingTalk group.
## đ License
[MIT](./LICENSE).