Skip to content

Commit

Permalink
docs(module:graph): fix markdown table format (NG-ZORRO#6445)
Browse files Browse the repository at this point in the history
Co-authored-by: shi-bo.liu <[email protected]>
  • Loading branch information
lsbbd and shi-bo.liu authored Feb 25, 2021
1 parent ea85b57 commit 26383a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/graph/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ npm install dagre-compound dagre d3-transition d3-zoom d3-selection d3-shape d3-
#### NzGraphEdge

| Parameter | Description | Type |
| --- | --- |
| --- | --- | --- |
| `id` | id | `string` |
| `v` | source node | `number\|string` |
| `w` | target node | `number\|string` |
Expand Down
2 changes: 1 addition & 1 deletion components/graph/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ npm install dagre-compound dagre d3-transition d3-zoom d3-selection d3-shape d3-
#### NzGraphEdge

| 属性 | 说明 | 类型 |
| --- | --- |
| --- | --- | --- |
| `id` | id | `string` |
| `v` | 起始节点 | `number\|string` |
| `w` | 目标节点 | `number\|string` |
Expand Down

0 comments on commit 26383a6

Please sign in to comment.