-
Notifications
You must be signed in to change notification settings - Fork 82
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
Update explorer #803
Update explorer #803
Conversation
## Vertex Filter | ||
|
||
You can filter the vertexes displayed on the canvas. In this example, select the vertex whose Tag is `player`,`age>=35` and click the `Apply Filter` button. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[vertex whose Tag is player
,age>=35
and click the Apply Filter
button.]
-->whose Tags are xxx and xxx, and then click xx.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[filter the vertexes] -->filter the vertices
!!! note | ||
|
||
Each set of filter conditions aims at the data with this Tag. If the conditions are met, the vertex will be automatically selected. If the conditions are not met, the vertex will turn gray. The data status of other tags will not be affected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[the vertex] ->the corresponding vertex/vertices
[of other tags] -> Tags?
- Export: Export a CSV or PNG file of the current view. | ||
- Export: Exports a CSV or PNG file of the current view. | ||
|
||
- Create: Supports creating multiple canvases. Only 10 canvases can be opened at most. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Supports or Support, ditto
Only up to 10 canvases can be opened.
@@ -15,7 +15,9 @@ The main page of Explorer is divided into five parts: | |||
|
|||
## Tab bar | |||
|
|||
- Export: Export a CSV or PNG file of the current view. | |||
- Export: Exports a CSV or PNG file of the current view. | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exports or Export?
Please keep the same style with the following descriptions below.
What is changed, added or deleted? (Required)
What is the related PR or file link(s)?