https://github.com/anonymity94/x6-graph
依托 X6 图编辑引擎实现网络拓扑
https://github.com/anonymity94/x6-graph
graph network x6
Last synced: about 1 year ago
JSON representation
依托 X6 图编辑引擎实现网络拓扑
- Host: GitHub
- URL: https://github.com/anonymity94/x6-graph
- Owner: Anonymity94
- Created: 2021-03-11T07:13:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T11:19:20.000Z (over 5 years ago)
- Last Synced: 2025-04-09T22:15:40.497Z (about 1 year ago)
- Topics: graph, network, x6
- Language: TypeScript
- Homepage: https://anonymity94.github.io/x6-graph/
- Size: 537 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# x6-graph
依托 `X6` 图编辑引擎实现网络拓扑
```bash
yarn
npm run start
```
- [x6](https://antv-x6.gitee.io/)
- [前端图可视化引擎antv的g6和x6区别是什么,如何选择? - 十吾十吾的回答 - 知乎](https://www.zhihu.com/question/435855401/answer/1639313761)
- [x6-app-draw](https://github.com/antvis/X6/tree/master/examples/x6-app-draw)