diff --git a/README.cn.md b/README.cn.md index 37e7337..dbd4c3f 100644 --- a/README.cn.md +++ b/README.cn.md @@ -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'},`。 diff --git a/README.md b/README.md index c14ae5e..840ec03 100644 --- a/README.md +++ b/README.md @@ -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'},`. diff --git a/docs/images/awesome-graphs.png b/docs/images/awesome-graphs.png index bc24564..96f5f81 100644 Binary files a/docs/images/awesome-graphs.png and b/docs/images/awesome-graphs.png differ diff --git a/index.html b/index.html index 4069973..8367921 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ Awesome-Graphs - +