Skip to content

Commit

Permalink
show-edge-doc (vesoft-inc#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
amber-moe authored Jul 7, 2020
1 parent 238c045 commit e176f42
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/nebula-graph-studio-user-guide-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,18 @@ CREATE EDGE serve (start_year int, end_year int);

**说明**:将光标移动到 vertex 102 上时将显示该点的所有属性值。

7. 点击**显示**,此处选中标签 player 的 name 属性,显示效果见下图。
7. 点击**显示点**,此处选中标签 player 的 name 属性,显示效果见下图。

![show](https://user-images.githubusercontent.com/42762957/85976397-12255880-ba0d-11ea-8618-172d0134b6e0.png)

显示边与显示点类似。

8. 批量选择

长按鼠标左键拖拽即可批量选择多个点。

![image](https://user-images.githubusercontent.com/42762957/86690932-f4727780-c03a-11ea-9012-fbaa7ba27941.png)

## Nebula Graph Studio 视频教程

如果相比阅读文档,您更喜欢观看教学视频,请点击 [Nebula Graph Studio 视频教程](https://space.bilibili.com/472621355/channel/detail?cid=121139)
7 changes: 6 additions & 1 deletion docs/nebula-graph-studio-user-guide-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,14 @@ If the selected vertex does not exist, **Studio** will prompt that the vertex do

**Note**: When you move your cursor over vertex 102, all the attributes of it are displayed.

7. Click **Show**, select the name property of the tag player. Now the selected property is displayed.
7. Click **Show Tags**, select the name property of the tag player. Now the selected property is displayed.

![show](https://user-images.githubusercontent.com/42762957/85976870-06866180-ba0e-11ea-8edd-28a034d4d248.png)

Show Edges is similar to Show Tags.

8. Batch selecting.

Hold down the left mouse button and drag to select multiple vertices in batch.

![image](https://user-images.githubusercontent.com/42762957/86690932-f4727780-c03a-11ea-9012-fbaa7ba27941.png)

0 comments on commit e176f42

Please sign in to comment.