You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.4 KiB
44 lines
1.4 KiB
|
4 months ago
|
<h1 align="center">
|
||
|
|
<b>@antv/graphlib</b>
|
||
|
|
</h1>
|
||
|
|
|
||
|
|
<div align="center">
|
||
|
|
|
||
|
|
> A library containing multible usages for graph structure, graph algorithm, and other graph ops.
|
||
|
|
>
|
||
|
|
> 一个包含方便的图结构,图算法,以及其他操作图的方法的图库,为 AntV 上层提供相应的图基础能力。
|
||
|
|
|
||
|
|
[](https://github.com/antvis/graphlib/actions/workflows/build.yml)
|
||
|
|
[](https://coveralls.io/github/antvis/graphlib?branch=master)
|
||
|
|
[](https://www.npmjs.com/package/@antv/graphlib)
|
||
|
|
[](https://www.npmjs.com/package/@antv/graphlib)
|
||
|
|
[](https://www.npmjs.com/package/@antv/graphlib)
|
||
|
|
|
||
|
|
</div>
|
||
|
|
|
||
|
|
## ✨ Features
|
||
|
|
|
||
|
|
- Manage graph structure data with simple APIs.
|
||
|
|
- Easily batch multiple changes for performance optimization.
|
||
|
|
- GraphView for efficient data transformation.
|
||
|
|
|
||
|
|
## 📖 API
|
||
|
|
|
||
|
|
### Classes
|
||
|
|
|
||
|
|
- [Graph](docs/classes/Graph.md)
|
||
|
|
- [GraphView](docs/classes/GraphView.md)
|
||
|
|
|
||
|
|
## 🗂 Change Log
|
||
|
|
|
||
|
|
#### 2.0.2
|
||
|
|
|
||
|
|
- feat: supports undefined parent as unsetting parent for setParent API;
|
||
|
|
|
||
|
|
#### 2.0
|
||
|
|
|
||
|
|
- 🎉 Release new version
|
||
|
|
|
||
|
|
## 📄 License
|
||
|
|
|
||
|
|
MIT@[AntV](https://github.com/antvis).
|