From 82fd4e0cba089d0637f780cf4d1de4a586a9f069 Mon Sep 17 00:00:00 2001 From: Joel Alan <31396322+lxfu1@users.noreply.github.com> Date: Mon, 14 Jun 2021 22:40:16 +0800 Subject: [PATCH] feat: version (#686) --- CHANGELOG.md | 8 ++++++++ docs/.g2plot-plot-api/organizational-graph.md | 4 ++-- docs/.g2plot-plot-api/radial-graph.md | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a507069a..9017a2e65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/docs/.g2plot-plot-api/organizational-graph.md b/docs/.g2plot-plot-api/organizational-graph.md index 1c7dd0d12..fe8e5a08d 100644 --- a/docs/.g2plot-plot-api/organizational-graph.md +++ b/docs/.g2plot-plot-api/organizational-graph.md @@ -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 { diff --git a/docs/.g2plot-plot-api/radial-graph.md b/docs/.g2plot-plot-api/radial-graph.md index ce0808dd6..c0c5bd958 100644 --- a/docs/.g2plot-plot-api/radial-graph.md +++ b/docs/.g2plot-plot-api/radial-graph.md @@ -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 { diff --git a/package.json b/package.json index 96e37fe17..e3c32e5fc 100644 --- a/package.json +++ b/package.json @@ -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"