Skip to content

Commit

Permalink
feat: version (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfu1 authored Jun 14, 2021
1 parent 5a37e37 commit 82fd4e0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.1.14

`2021-06-14`

- 🆕 新增 [RadialGraph](https://charts.ant.design/demos/radial-graph#base)
- 🆕 IndentedTreeGraph 新增 markerPosition 功能,配合布局使用。
- 🐞 修复 OrganizationalGraph 不支持线文本配置。

## 1.1.13

`2021-06-11`
Expand Down
4 changes: 2 additions & 2 deletions docs/.g2plot-plot-api/organizational-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ Edge configuration。
edgeCfg: (item, graph)=>{
/**
* graph.findById(item.target).getModel()
* item.source: get source data
* item.target: get target daga
* item.source: Get source data
* item.target: Get target data
*/
// console.log(graph.findById(item.source).getModel());
return {
Expand Down
4 changes: 2 additions & 2 deletions docs/.g2plot-plot-api/radial-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ Edge configuration。
edgeCfg: (item, graph)=>{
/**
* graph.findById(item.target).getModel()
* item.source: get source data
* item.target: get target daga
* item.source: Get source data
* item.target: Get target data
*/
// console.log(graph.findById(item.source).getModel());
return {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/charts",
"version": "1.1.13",
"version": "1.1.14",
"description": "React translate g2plot",
"bugs": {
"url": "https://github.com/ant-design/ant-design-charts/issues"
Expand Down

0 comments on commit 82fd4e0

Please sign in to comment.