Skip to content

Commit

Permalink
fix: realign graph data code
Browse files Browse the repository at this point in the history
  • Loading branch information
fanzhidongyzby committed Aug 14, 2024
1 parent c240f39 commit 2f1893d
Show file tree
Hide file tree
Showing 4 changed files with 719 additions and 719 deletions.
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

## 代码贡献

* 项目只依赖前端组件[vis.js](https://visjs.org/),要对图谱数据进行调整,只需要修改`index.html`文件中`nodes``edges`的定义。
* 项目只依赖前端组件[AntV/G6](https://github.com/antvis/g6),要对图谱数据进行调整,只需要修改`index.html`文件中`nodes``edges`的定义。
* 新增图计算系统论文节点,如`{id: 'Pregel'},`
- 使用`_paper`属性指定论文标题,如`{id: 'GeaFlow', _paper: 'GeaFlow: A Graph Extended and Accelerated Dataflow System'},`
- 使用`_website`属性指定关联网址,如`{id: 'TuGraph', _website: 'https://tugraph.tech'},`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ All graph system papers/products are provided [**HERE**](docs/graph-system-list.

## Contributing

* The project only relies on the front-end component [vis.js](https://visjs.org/). To adjust the graph data, simply modify the definitions of `nodes` and `edges` in the `index.html` file.
* The project only relies on the front-end component [AntV/G6](https://github.com/antvis/g6). To adjust the graph data, simply modify the definitions of `nodes` and `edges` in the `index.html` file.
* To add a new graph system paper node, for example, `{id: 'Pregel'},`.
- Set `_paper` attribute as paper's title, for example, `{id: 'GeaFlow', _paper: 'GeaFlow: A Graph Extended and Accelerated Dataflow System'},`.
- Set `_website` as relevant website, for example, `{id: 'TuGraph', _website: 'https://tugraph.tech'},`.
Expand Down
Binary file modified docs/images/awesome-graphs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2f1893d

Please sign in to comment.