Skip to content

Commit

Permalink
docs: update the url for anchorpoints in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanyan-Wang committed Jun 3, 2020
1 parent 73b38e4 commit c55be39
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/manual/middle/elements/nodes/circle.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The [Node Common Properties](/en/docs/manual/middle/elements/nodes/defaultNode/#
| label | The text of the label | String | |
| labelCfg | The configurations of the label | Object | |
| stateStyles | The styles in different states | Object | Refer to [Configure Styles for State](/en/docs/manual/middle/states/state#configure-styles-for-state) |
| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](http://localhost:8000/en/docs/manual/middle/elements/nodes/defaultNode/#common-property). The differences are described in [linkPoints](#linkpoints) |
| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](/en/docs/manual/middle/elements/anchorpoint). The differences are described in [linkPoints](#linkpoints) |
| icon | The configurations of the icon on the circle node | Object | It is invisible by default |

### style
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/middle/elements/nodes/circle.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ circle 节点支持 [节点通用配置](/zh/docs/manual/middle/elements/nodes/d
| label | 标签文本内容 | String | |
| labelCfg | 标签文本配置项 | Object | |
| stateStyles | 各状态下的样式 | Object | 详见[配置状态样式](/zh/docs/manual/middle/states/state#配置-state-样式) |
| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/nodes/defaultNode/#节点的通用属性) 配合使用。二者区别请看 [linkPoints](#linkpoints) |
| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint) 配合使用。二者区别请看 [linkPoints](#linkpoints) |
| icon | 圆上 icon 配置 | Object | 默认不显示 icon |

### 样式属性 style
Expand Down Expand Up @@ -119,7 +119,7 @@ const graph = new G6.Graph({

Object 类型。可以指定节点周围「上、下、左、右」四个方向上的四个小圆点。

<span style="background-color: rgb(251, 233, 231); color: rgb(139, 53, 56)"><strong>⚠️ 注意:</strong></span> 区分于 `anchorPoints``anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/keyconcept/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。
<span style="background-color: rgb(251, 233, 231); color: rgb(139, 53, 56)"><strong>⚠️ 注意:</strong></span> 区分于 `anchorPoints``anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/keyconcept/elements/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。

| 名称 | 含义 | 类型 | 备注 |
| --------- | ------------------ | ------- | ------------------ |
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/middle/elements/nodes/diamond.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The [Node Common Properties](/en/docs/manual/middle/elements/nodes/defaultNode/#
| label | The text of the label | String | |
| labelCfg | The configurations of the label | Object | |
| stateStyles | The styles in different states | Object | Refer to [Configure Styles for State](/en/docs/manual/middle/states/state#configure-styles-for-state) |
| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](http://localhost:8000/en/docs/manual/middle/elements/nodes/defaultNode/#common-property). The differences are described in [linkPoints](#linkpoints) |
| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](/en/docs/manual/middle/elements/anchorpoint). The differences are described in [linkPoints](#linkpoints) |
| icon | The configurations of the icon on the diamond node | Object | It is invisible by default |

### style
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/middle/elements/nodes/diamond.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Diamond 节点支持 [节点通用配置](/zh/docs/manual/middle/elements/nodes/
| label | 标签文本内容 | String | |
| labelCfg | 标签文本配置项 | Object | |
| stateStyles | 各状态下的样式 | Object | 详见[配置状态样式](/zh/docs/manual/middle/states/state#配置-state-样式) |
| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/nodes/defaultNode/#节点的通用属性) 配合使用。二者区别请看 [linkPoints](#linkpoints) |
| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint) 配合使用。二者区别请看 [linkPoints](#linkpoints) |
| icon | 菱形上 icon 配置 | Object | 默认不显示 icon |

### 样式属性 style
Expand Down Expand Up @@ -121,7 +121,7 @@ const graph = new G6.Graph({

Object 类型。通过配置 `linkPoints` ,可以指定菱形周围「上、下、左、右」四个小圆点。

<span style="background-color: rgb(251, 233, 231); color: rgb(139, 53, 56)"><strong>⚠️ 注意:</strong></span> 区分于 `anchorPoints``anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/keyconcept/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。
<span style="background-color: rgb(251, 233, 231); color: rgb(139, 53, 56)"><strong>⚠️ 注意:</strong></span> 区分于 `anchorPoints``anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/keyconcept/elements/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。

| 名称 | 含义 | 类型 | 备注 |
| --------- | ------------------ | ------- | ------------------ |
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/middle/elements/nodes/ellipse.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The [Node Common Properties](/en/docs/manual/middle/elements/nodes/defaultNode/#
| label | The text of the label | String | |
| labelCfg | The configurations of the label | Object | |
| stateStyles | The styles in different states | Object | Refer to [Configure Styles for State](/en/docs/manual/middle/states/state#configure-styles-for-state) |
| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](http://localhost:8000/en/docs/manual/middle/elements/nodes/defaultNode/#common-property). The differences are described in [linkPoints](#linkpoints) |
| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](/en/docs/manual/middle/elements/anchorpoint). The differences are described in [linkPoints](#linkpoints) |
| icon | The configurations of the icon on the ellipse node | Object | It is invisible by default |

### style
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/middle/elements/nodes/ellipse.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ellipse  节点支持 [节点通用配置](/zh/docs/manual/middle/elements/node
| label | 标签文本内容 | String | |
| labelCfg | 标签文本配置项 | Object | |
| stateStyles | 各状态下的样式 | Object | 详见[配置状态样式](/zh/docs/manual/middle/states/state#配置-state-样式) |
| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/nodes/defaultNode/#节点的通用属性) 配合使用。二者区别请看 [linkPoints](#linkpoints) |
| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint) 配合使用。二者区别请看 [linkPoints](#linkpoints) |
| icon | 椭圆上 icon 配置 | Object | 默认不显示 icon |

### 样式属性 style
Expand Down Expand Up @@ -121,7 +121,7 @@ const graph = new G6.Graph({

Object 类型。通过配置 `linkPoints` ,可以指定节点上「上、下、左、右」四个小圆点。

<span style="background-color: rgb(251, 233, 231); color: rgb(139, 53, 56)"><strong>⚠️ 注意:</strong></span> 区分于 `anchorPoints``anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/keyconcept/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。
<span style="background-color: rgb(251, 233, 231); color: rgb(139, 53, 56)"><strong>⚠️ 注意:</strong></span> 区分于 `anchorPoints``anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。

| 名称 | 含义 | 类型 | 备注 |
| --------- | ------------------ | ------- | ------------------ |
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/middle/elements/nodes/modelRect.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The [Node Common Properties](/en/docs/manual/middle/elements/nodes/defaultNode/#
| label | The text of the label | String | |
| labelCfg | The configurations of the label | Object | |
| stateStyles | The styles in different states | Object | Refer to [Configure Styles for State](/en/docs/manual/middle/states/state#configure-styles-for-state) |
| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](http://localhost:8000/en/docs/manual/middle/elements/nodes/defaultNode/#common-property). The differences are described in [linkPoints](#linkpoints) |
| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](/en/docs/manual/middle/elements/anchorpoint). The differences are described in [linkPoints](#linkpoints) |
| **preRect** | **Left rect of the node** | **Object** | **Special property for modelRect** |
| **logoIcon** | **The left logo icon** | **Object** | **Special property for modelRect** |
| **stateIcon** | **The right state icon** | **Object** | **Special property for modelRect** |
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/middle/elements/nodes/modelRect.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ modelRect 节点支持 [节点通用配置](/zh/docs/manual/middle/elements/node
| label | 标签文本内容 | String | |
| labelCfg | 文本配置项 | Object | |
| stateStyles | 各状态下的样式 | Object | 详见[配置状态样式](/zh/docs/manual/middle/states/state#配置-state-样式) |
| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/nodes/defaultNode/#节点的通用属性) 配合使用。二者区别请看 [linkPoints](#linkpoints) |
| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint) 配合使用。二者区别请看 [linkPoints](#linkpoints) |
| **preRect** | **左侧的小矩形** | **Object** | **modelRect 节点特有** |
| **logoIcon** | **左侧的 logo 图标** | **Object** | **modelRect 节点特有** |
| **stateIcon** | **右侧的状态图标** | **Object** | **modelRect 节点特有** |
Expand Down Expand Up @@ -187,7 +187,7 @@ const graph = new G6.Graph({

Object 类型。通过配置 `linkPoints` ,可以指定 modelRect 周围「上、下、左、右」四个小圆点。

<span style="background-color: rgb(251, 233, 231); color: rgb(139, 53, 56)"><strong>⚠️ 注意:</strong></span> 区分于 `anchorPoints``anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/keyconcept/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。
<span style="background-color: rgb(251, 233, 231); color: rgb(139, 53, 56)"><strong>⚠️ 注意:</strong></span> 区分于 `anchorPoints``anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。

| 名称 | 含义 | 类型 | 备注 |
| --------- | ------------------ | ------- | ------------------ |
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/middle/elements/nodes/rect.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The [Node Common Properties](/en/docs/manual/middle/elements/nodes/defaultNode/#
| label | The text of the label | String | |
| labelCfg | The configurations of the label | Object | |
| stateStyles | The styles in different states | Object | Refer to [Configure Styles for State](/en/docs/manual/middle/states/state#configure-styles-for-state) |
| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](http://localhost:8000/en/docs/manual/middle/elements/nodes/defaultNode/#common-property). The differences are described in [linkPoints](#linkpoints) |
| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](/en/docs/manual/middle/elements/anchorpoint). The differences are described in [linkPoints](#linkpoints) |

### style

Expand Down
4 changes: 2 additions & 2 deletions docs/manual/middle/elements/nodes/rect.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ rect 节点支持 [节点通用配置](/zh/docs/manual/middle/elements/nodes/def
| label | 标签文本内容 | String | |
| labelCfg | 标签配置项 | Object | |
| stateStyles | 各状态下的样式 | Object | 只对 `keyShape` 起作用 |
| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/nodes/defaultNode/#节点的通用属性) 配合使用。二者区别请看 [linkPoints](#linkpoints) |
| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint) 配合使用。二者区别请看 [linkPoints](#linkpoints) |

### 样式属性 style

Expand Down Expand Up @@ -129,7 +129,7 @@ const graph = new G6.Graph({

Object 类型。通过配置 `linkPoints` ,可以指定矩形周围「上、下、左、右」四个小圆点。

<span style="background-color: rgb(251, 233, 231); color: rgb(139, 53, 56)"><strong>⚠️ 注意:</strong></span> 区分于 `anchorPoints``anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/keyconcept/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。
<span style="background-color: rgb(251, 233, 231); color: rgb(139, 53, 56)"><strong>⚠️ 注意:</strong></span> 区分于 `anchorPoints``anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。

| 名称 | 含义 | 类型 | 备注 |
| --------- | ------------------ | ------- | ------------------ |
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/middle/elements/nodes/star.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The [Node Common Properties](/en/docs/manual/middle/elements/nodes/defaultNode/#
| label | The text of the label | String | |
| labelCfg | The configurations of the label | Object | |
| stateStyles | The styles in different states | Object | Refer to [Configure Styles for State](/en/docs/manual/middle/states/state#configure-styles-for-state) |
| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](http://localhost:8000/en/docs/manual/middle/elements/nodes/defaultNode/#common-property). The differences are described in [linkPoints](#linkpoints) |
| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](/en/docs/manual/middle/elements/anchorpoint). The differences are described in [linkPoints](#linkpoints) |
| icon | The configurations of the icon on the star node | Object | It is invisible by default |

### style
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/middle/elements/nodes/star.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ star 节点支持 [节点通用配置](/zh/docs/manual/middle/elements/nodes/def
| label | 标签文本内容 | String | |
| labelCfg | 标签文本配置项 | Object | |
| stateStyles | 各状态下的样式 | Object | 详见[配置状态样式](/zh/docs/manual/middle/states/state#配置-state-样式) |
| linkPoints | **视觉上的**五个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/nodes/defaultNode/#节点的通用属性) 配合使用。二者区别请看 [linkPoints](#linkpoints) |
| linkPoints | **视觉上的**五个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint) 配合使用。二者区别请看 [linkPoints](#linkpoints) |
| icon | 五角星上 icon 配置 | Object | 默认不显示 icon |

### 样式属性 style
Expand Down Expand Up @@ -119,7 +119,7 @@ const graph = new G6.Graph({

Object 类型。通过配置 `linkPoints` ,可以指定圆周围「上、左下、➡ 右下、左、右」五个小圆点。

<span style="background-color: rgb(251, 233, 231); color: rgb(139, 53, 56)"><strong>⚠️ 注意:</strong></span> 区分于 `anchorPoints``anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/keyconcept/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。
<span style="background-color: rgb(251, 233, 231); color: rgb(139, 53, 56)"><strong>⚠️ 注意:</strong></span> 区分于 `anchorPoints``anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。

| 名称 | 含义 | 类型 | 备注 |
| --------------- | ------------------------ | ----------- | ----------------------------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/middle/elements/nodes/triangle.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The [Node Common Properties](/en/docs/manual/middle/elements/nodes/defaultNode/#
| label | The text of the label | String | |
| labelCfg | The configurations of the label | Object | |
| stateStyles | The styles in different states | Object | Refer to [Configure Styles for State](/en/docs/manual/middle/states/state#configure-styles-for-state) |
| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](http://localhost:8000/en/docs/manual/middle/elements/nodes/defaultNode/#common-property). The differences are described in [linkPoints](#linkpoints) |
| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](/en/docs/manual/middle/elements/anchorpoint). The differences are described in [linkPoints](#linkpoints) |
| icon | The configurations of the icon on the triangle node | Object | It is invisible by default |

### direction
Expand Down
Loading

0 comments on commit c55be39

Please sign in to comment.