Skip to content

Commit

Permalink
docs: fix list marker
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 21, 2020
1 parent 7a96585 commit bce0c57
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 24 deletions.
8 changes: 1 addition & 7 deletions docs/manual/middle/elements/advanced-style/texture.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@ G6 support filling a shape with texture with **Image** or **Data URL**.

> `p` is the flag for using texture; the text in green can be modified to satisfy your requirements; `a` is a way of repeating of the texture, which can be changed into:
> `a`: Repeat in horizontal and vertical;
> `x`: Repeat only in horizontal;
> `y`: Repeat only in vertical;
> `n`: No repeat.
> - `a`: Repeat in horizontal and vertical; - `x`: Repeat only in horizontal; - `y`: Repeat only in vertical; - `n`: No repeat.
Assign the `fill` as below while [Configurating the Node or Edge](/en/docs/manual/tutorial/elements):

Expand Down
13 changes: 5 additions & 8 deletions docs/manual/middle/elements/advanced-style/texture.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ G6 支持用特定的纹理填充图形。G6 支持的纹理内容可以直接
<img src='https://gw.alipayobjects.com/mdn/rms_f8c6a0/afts/img/A*cPgYSJ2ZfwYAAAAAAAAAAABkARQnAQ' width='750' alt='img'/>

> 说明:`p` 表示使用纹理;绿色的字体为可变量,您可以修改它们以满足您的需求;`a` 表示纹理的重复方式,可选值如下:
> `a`: 该模式在水平和垂直方向重复;
> `x`: 该模式只在水平方向重复;
> `y`: 该模式只在垂直方向重复;
> `n`: 该模式只显示一次(不重复)。
>
> - `a`: 该模式在水平和垂直方向重复;
> - `x`: 该模式只在水平方向重复;
> - `y`: 该模式只在垂直方向重复;
> - `n`: 该模式只显示一次(不重复)。
[配置节点或边](/zh/docs/manual/tutorial/elements)的样式时,指定 `fill` 属性如下:

Expand Down
17 changes: 8 additions & 9 deletions examples/case/knowledgeTreeGraph/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ Tree Graph is popular graph visualization method to represent hierarchical realt

## When to Usage

• When the subject is known and given in general, it needs to be transformed into specific details;
• When seeking reasonable steps to achieve a goal;
• When planning to implement specific actions of a plan or other plan;
• When performing a detailed analysis of the process;
• When exploring the root cause of the problem;
• When evaluating several possible solutions to the problem;
• When the affinity diagram or correlation diagram cannot reveal key issues;
• When used as a communication tool to explain specific details to others.

- When the subject is known and given in general, it needs to be transformed into specific details;
- When seeking reasonable steps to achieve a goal;
- When planning to implement specific actions of a plan or other plan;
- When performing a detailed analysis of the process;
- When exploring the root cause of the problem;
- When evaluating several possible solutions to the problem;
- When the affinity diagram or correlation diagram cannot reveal key issues;
- When used as a communication tool to explain specific details to others.

0 comments on commit bce0c57

Please sign in to comment.