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: 3 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 (almost 5 years ago)
- Default Branch: v3
- Last Pushed: 2024-08-13T06:25:27.000Z (3 months ago)
- Last Synced: 2024-10-29T21:05:30.782Z (5 days 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.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-react - graphin - A React toolkit for graph visualization based on G6. ![](https://img.shields.io/github/stars/antvis/graphin.svg?style=social&label=Star) (UI Components / Data Visualization)
README
[English](./README.en-US.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 取名意为 Graph Insight(图的分析洞察),是一个基于 G6 封装的 React 组件库。简单,高效,开箱即用。
Graphin 的技术基础是 G6 + React,根据集成到项目中的深度不同,提供了 Graphin 和 GISDK。
- [Graphin](https://github.com/antvis/Graphin/tree/v3/packages/graphin) 可以视为一个画布组件,适用于图可视化场景。
- [GISDK](https://github.com/antvis/Graphin/tree/v3/packages/gi-sdk) 能通过配置+资产的方式渲染出完整的图可视化分析模块,适用于图分析场景。下图展示了 Graphin 和 GISDK 之间的关系:
![Architecture](https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*uQpMTqLbdX4AAAAAAAAAAAAADmJ7AQ/original)
## 📮 贡献
- **问题反馈**:使用过程遇到的 `graphin` 的问题,欢迎提交 Issue,并附上可以复现问题的最小案例代码。
- **贡献指南**:如何参与到 `graphin` 的[开发和贡献](./CONTRIBUTING.md)。
- **想法讨论**:在 GitHub Discussion 上或者钉钉群里面讨论。
## 📄 License
[MIT](./LICENSE).