Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add system setting #2682

Merged
merged 4 commits into from
Apr 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ Explorer 支持 **2D** 和 **3D** 两种可视化模式探索数据。2D 模式
|聚合 | 聚合节点之间的边:聚合画布中选中的点之间的边。<br />节点取消边聚合:重置画布中选中的点之间的聚合边。|
| 编辑 | 隐藏:隐藏画布中选中的点边。<br />隐藏其他:隐藏画布中未选择的所有点边。<br />撤销:撤销上一步新增或隐藏的操作。<br />重做:恢复上一步撤销的操作。 |

!!! note

2D 模式的画布中展示的点边建议不超过 5000 个,否则渲染时可能会卡顿。

有关更多的 2D 模式下可进行的操作,参见[画布功能](canvas-overview.md)。

### 边聚合说明
Expand Down
23 changes: 23 additions & 0 deletions docs-2.0/nebula-explorer/system-settings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 系统设置

本文介绍 NebulaGraph Explorer 的系统设置,包括全局设置和自定义设置。

## 全局设置

全局设置中包含语言设置、Beta 功能设置和画布查询最大返回数量设置。

- 语言设置:切换界面语言,支持中文和英文。
- Beta 功能:Beta 功能开关。Beta 功能目前包括[工作流](workflow/workflows.md)和[查看 Schema](db-management/10.create-schema.md)。
- 画布查询最大返回数量:点边的查询结果在画布中显示的最大数量。

!!! note

2D 模式的画布中展示的点边建议不超过 5000 个,否则渲染时可能会卡顿。

## 自定义设置

自定义设置中包含主页面 Logo、登录页 Logo 和产品名称设置。

- 主页面 Logo:支持上传图片作为主页面左上角的 Logo。
- 登录页 Logo:支持上传图片作为登录页中的 Logo。
- 产品名称:支持修改登录页中显示的产品名称。
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@ nav:
- 取消作业运行: nebula-explorer/workflow/workflow-api/api-cancel-job.md
- 获取指定任务的运行结果数据: nebula-explorer/workflow/workflow-api/api-desc-task.md
- 内联框架: nebula-explorer/iframe.md
- 系统设置: nebula-explorer/system-settings.md
- 基本操作和快捷键: nebula-explorer/ex-ug-shortcuts.md
- 常见问题 FAQ: nebula-explorer/faq.md

Expand Down